diff Gemfile.lock @ 223:ad6264cca788

Update to rails 7
author nanaya <me@nanaya.pro>
date Sat, 15 Jan 2022 02:39:53 +0900
parents fefe9b0a603d
children 657d99f51749
line wrap: on
line diff
--- a/Gemfile.lock	Sat Aug 21 20:46:52 2021 +0900
+++ b/Gemfile.lock	Sat Jan 15 02:39:53 2022 +0900
@@ -1,77 +1,68 @@
+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:
-    actionpack (6.1.4.1)
-      actionview (= 6.1.4.1)
-      activesupport (= 6.1.4.1)
-      rack (~> 2.0, >= 2.0.9)
+    actionpack (7.0.1)
+      actionview (= 7.0.1)
+      activesupport (= 7.0.1)
+      rack (~> 2.0, >= 2.2.0)
       rack-test (>= 0.6.3)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.2.0)
-    actionview (6.1.4.1)
-      activesupport (= 6.1.4.1)
+    actionview (7.0.1)
+      activesupport (= 7.0.1)
       builder (~> 3.1)
       erubi (~> 1.4)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.1, >= 1.2.0)
-    activesupport (6.1.4.1)
+    activesupport (7.0.1)
       concurrent-ruby (~> 1.0, >= 1.0.2)
       i18n (>= 1.6, < 2)
       minitest (>= 5.1)
       tzinfo (~> 2.0)
-      zeitwerk (~> 2.3)
     addressable (2.8.0)
       public_suffix (>= 2.0.2, < 5.0)
-    async (1.30.1)
-      console (~> 1.10)
-      nio4r (~> 2.3)
-      timers (~> 4.1)
-    async-container (0.16.12)
-      async
-      async-io
-    async-http (0.56.5)
-      async (>= 1.25)
-      async-io (>= 1.28)
-      async-pool (>= 0.2)
-      protocol-http (~> 0.22.0)
-      protocol-http1 (~> 0.14.0)
-      protocol-http2 (~> 0.14.0)
-    async-http-cache (0.4.2)
-      async-http (~> 0.56)
-    async-io (1.32.2)
-      async
-    async-pool (0.3.8)
-      async (>= 1.25)
     buftok (0.2.0)
-    build-environment (1.13.0)
     builder (3.2.4)
     concurrent-ruby (1.1.9)
-    console (1.13.1)
-      fiber-local
     crass (1.0.6)
     domain_name (0.5.20190701)
       unf (>= 0.0.5, < 1.0.0)
     equalizer (0.0.11)
     erubi (1.10.0)
-    falcon (0.39.2)
-      async
-      async-container (~> 0.16.0)
-      async-http (~> 0.56.0)
-      async-http-cache (~> 0.4.0)
-      async-io (~> 1.22)
-      build-environment (~> 1.13)
-      bundler
-      localhost (~> 1.1)
-      process-metrics (~> 0.2.0)
-      rack (>= 1.0)
-      samovar (~> 2.1)
-    ffi (1.15.3)
-    ffi (1.15.3-java)
-    ffi (1.15.3-x86-mingw32)
+    ffi (1.15.5)
+    ffi (1.15.5-java)
+    ffi (1.15.5-x86-mingw32)
     ffi-compiler (1.0.1)
       ffi (>= 1.0.0)
       rake
-    fiber-local (1.0.0)
     http (4.4.1)
       addressable (~> 2.3)
       http-cookie (~> 1.0)
@@ -84,88 +75,62 @@
       ffi-compiler (>= 1.0, < 2.0)
     http_parser.rb (0.6.0)
     http_parser.rb (0.6.0-java)
-    i18n (1.8.10)
+    i18n (1.8.11)
       concurrent-ruby (~> 1.0)
-    idn-ruby (0.1.2)
-    localhost (1.1.8)
-    loofah (2.12.0)
+    idn-ruby (0.1.4)
+    loofah (2.13.0)
       crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
-    mapping (1.1.1)
     memoizable (0.4.2)
       thread_safe (~> 0.3, >= 0.3.1)
     method_source (1.0.0)
-    mini_portile2 (2.6.1)
-    minitest (5.14.4)
+    mini_portile2 (2.7.1)
+    minitest (5.15.0)
     multipart-post (2.1.1)
     naught (1.1.0)
-    newrelic_rpm (7.2.0)
+    newrelic_rpm (8.3.0)
     nio4r (2.5.8)
     nio4r (2.5.8-java)
-    nokogiri (1.12.3)
-      mini_portile2 (~> 2.6.1)
+    nokogiri (1.13.1)
+      mini_portile2 (~> 2.7.0)
       racc (~> 1.4)
-    nokogiri (1.12.3-java)
+    nokogiri (1.13.1-java)
       racc (~> 1.4)
-    nokogiri (1.12.3-x86-mingw32)
+    nokogiri (1.13.1-x86-mingw32)
       racc (~> 1.4)
-    process-metrics (0.2.1)
-      console (~> 1.8)
-      samovar (~> 2.1)
-    protocol-hpack (1.4.2)
-    protocol-http (0.22.5)
-    protocol-http1 (0.14.1)
-      protocol-http (~> 0.22)
-    protocol-http2 (0.14.2)
-      protocol-hpack (~> 1.4)
-      protocol-http (~> 0.18)
     public_suffix (4.0.6)
-    puma (5.4.0)
+    puma (5.5.2)
       nio4r (~> 2.0)
-    puma (5.4.0-java)
+    puma (5.5.2-java)
       nio4r (~> 2.0)
-    racc (1.5.2)
-    racc (1.5.2-java)
+    racc (1.6.0)
+    racc (1.6.0-java)
     rack (2.2.3)
     rack-test (1.1.0)
       rack (>= 1.0, < 3)
     rails-dom-testing (2.0.3)
       activesupport (>= 4.2.0)
       nokogiri (>= 1.6)
-    rails-html-sanitizer (1.4.1)
+    rails-html-sanitizer (1.4.2)
       loofah (~> 2.3)
-    railties (6.1.4.1)
-      actionpack (= 6.1.4.1)
-      activesupport (= 6.1.4.1)
+    railties (7.0.1)
+      actionpack (= 7.0.1)
+      activesupport (= 7.0.1)
       method_source
-      rake (>= 0.13)
+      rake (>= 12.2)
       thor (~> 1.0)
+      zeitwerk (~> 2.5)
     rake (13.0.6)
-    redis (4.4.0)
-    redis-actionpack (5.2.0)
-      actionpack (>= 5, < 7)
-      redis-rack (>= 2.1.0, < 3)
-      redis-store (>= 1.1.0, < 2)
-    redis-activesupport (5.2.1)
-      activesupport (>= 3, < 7)
-      redis-store (>= 1.3, < 2)
+    redis (4.5.1)
     redis-rack (2.1.3)
       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)
-    samovar (2.1.4)
-      console (~> 1.0)
-      mapping (~> 1.0)
     simple_oauth (0.3.1)
-    thor (1.1.0)
+    thor (1.2.1)
     thread_safe (0.3.6)
     thread_safe (0.3.6-java)
-    timers (4.3.3)
     twitter (7.0.0)
       addressable (~> 2.3)
       buftok (~> 0.2.0)
@@ -185,9 +150,8 @@
     unf (0.1.4)
       unf_ext
     unf (0.1.4-java)
-    unf_ext (0.0.7.7)
-    unf_ext (0.0.7.7-x86-mingw32)
-    zeitwerk (2.4.2)
+    unf_ext (0.0.8)
+    zeitwerk (2.5.3)
 
 PLATFORMS
   java
@@ -195,17 +159,18 @@
   x86-mingw32
 
 DEPENDENCIES
-  actionpack (~> 6.1.0)
-  actionview (~> 6.1.0)
-  falcon
+  actionpack (~> 7.0.1)
+  actionview (~> 7.0.1)
   newrelic_rpm
   puma
-  railties (~> 6.1.0)
+  railties (~> 7.0.1)
   redis
-  redis-rails
+  redis-actionpack!
+  redis-activesupport!
+  redis-rails!
   redis-store
   twitter
   twitter-text
 
 BUNDLED WITH
-   2.1.4
+   2.3.3