# HG changeset patch # User nanaya # Date 1642882729 -32400 # Node ID 657d99f51749a7de1e4b4ff37d1e5bb4178e3503 # Parent ad6264cca788a9cd00f926126f6bb2cc86646129 Update gems diff -r ad6264cca788 -r 657d99f51749 Gemfile --- 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" diff -r ad6264cca788 -r 657d99f51749 Gemfile.lock --- 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