changeset 224:657d99f51749

Update gems
author nanaya <me@nanaya.pro>
date Sun, 23 Jan 2022 05:18:49 +0900
parents ad6264cca788
children 782fece93768
files Gemfile Gemfile.lock
diffstat 2 files changed, 14 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Sat Jan 15 02:39:53 2022 +0900
+++ b/Gemfile	Sun Jan 23 05:18:49 2022 +0900
@@ -6,12 +6,7 @@
 gem "railties", rails_ver
 gem "actionpack", rails_ver
 
-# TODO: back to release version after they released version which support Rails 7
-# "redis-actionpack" and "redis-activesupport" are only here because otherwise "redis-rails"
-# will try to download outdated version of those.
-gem "redis-actionpack", github: "redis-store/redis-actionpack", branch: "master"
-gem "redis-activesupport", github: "redis-store/redis-activesupport", branch: "master"
-gem "redis-rails", github: "redis-store/redis-rails", branch: "master"
+gem "redis-rails"
 gem "redis"
 gem "redis-store"
 
--- a/Gemfile.lock	Sat Jan 15 02:39:53 2022 +0900
+++ b/Gemfile.lock	Sun Jan 23 05:18:49 2022 +0900
@@ -1,31 +1,3 @@
-GIT
-  remote: https://github.com/redis-store/redis-actionpack.git
-  revision: daf349101adfb395654be687d46c0f5c0c734e99
-  branch: master
-  specs:
-    redis-actionpack (5.2.0)
-      actionpack (>= 5, < 8)
-      redis-rack (>= 2.1.0, < 3)
-      redis-store (>= 1.1.0, < 2)
-
-GIT
-  remote: https://github.com/redis-store/redis-activesupport.git
-  revision: 355f947fd335c1ae7bff10daf813574adc07857d
-  branch: master
-  specs:
-    redis-activesupport (5.2.1)
-      activesupport (>= 3, < 8)
-      redis-store (>= 1.3, < 2)
-
-GIT
-  remote: https://github.com/redis-store/redis-rails.git
-  revision: 0c12c0e09ebe04da85ecd233a2488d618ab36c9a
-  branch: master
-  specs:
-    redis-rails (5.0.2)
-      redis-actionpack (>= 3.0, < 6)
-      redis-activesupport (>= 3.0, < 6)
-
 GEM
   remote: https://rubygems.org/
   specs:
@@ -122,9 +94,20 @@
       zeitwerk (~> 2.5)
     rake (13.0.6)
     redis (4.5.1)
-    redis-rack (2.1.3)
+    redis-actionpack (5.3.0)
+      actionpack (>= 5, < 8)
+      redis-rack (>= 2.1.0, < 3)
+      redis-store (>= 1.1.0, < 2)
+    redis-activesupport (5.3.0)
+      activesupport (>= 3, < 8)
+      redis-store (>= 1.3, < 2)
+    redis-rack (2.1.4)
       rack (>= 2.0.8, < 3)
       redis-store (>= 1.2, < 2)
+    redis-rails (5.0.2)
+      redis-actionpack (>= 5.0, < 6)
+      redis-activesupport (>= 5.0, < 6)
+      redis-store (>= 1.2, < 2)
     redis-store (1.9.0)
       redis (>= 4, < 5)
     simple_oauth (0.3.1)
@@ -165,9 +148,7 @@
   puma
   railties (~> 7.0.1)
   redis
-  redis-actionpack!
-  redis-activesupport!
-  redis-rails!
+  redis-rails
   redis-store
   twitter
   twitter-text