Browse Source

[ruby/rack] Upgrade Rack to latest version (#9140)

Petrik de Heus 1 year ago
parent
commit
3661938ab4
1 changed files with 29 additions and 31 deletions
  1. 29 31
      frameworks/Ruby/rack/Gemfile.lock

+ 29 - 31
frameworks/Ruby/rack/Gemfile.lock

@@ -2,37 +2,36 @@ GEM
   remote: https://rubygems.org/
   specs:
     ast (2.4.2)
-    async (2.11.0)
+    async (2.12.1)
       console (~> 1.25, >= 1.25.2)
       fiber-annotation
-      io-event (~> 1.5, >= 1.5.1)
-      timers (~> 4.1)
+      io-event (~> 1.6, >= 1.6.5)
     async-container (0.18.2)
       async (~> 2.10)
-    async-http (0.66.3)
+    async-http (0.69.0)
       async (>= 2.10.2)
-      async-pool (>= 0.6.1)
-      io-endpoint (~> 0.10, >= 0.10.3)
+      async-pool (~> 0.7)
+      io-endpoint (~> 0.11)
       io-stream (~> 0.4)
-      protocol-http (~> 0.26.0)
-      protocol-http1 (~> 0.19.0)
-      protocol-http2 (~> 0.17.0)
-      traces (>= 0.10.0)
+      protocol-http (~> 0.26)
+      protocol-http1 (~> 0.19)
+      protocol-http2 (~> 0.18)
+      traces (>= 0.10)
     async-http-cache (0.4.3)
       async-http (~> 0.56)
-    async-pool (0.6.1)
+    async-pool (0.7.0)
       async (>= 1.25)
     async-service (0.12.0)
       async
       async-container (~> 0.16)
     bigdecimal (3.1.8)
-    concurrent-ruby (1.2.3)
+    concurrent-ruby (1.3.3)
     connection_pool (2.4.1)
     console (1.25.2)
       fiber-annotation
       fiber-local (~> 1.1)
       json
-    falcon (0.47.6)
+    falcon (0.47.7)
       async
       async-container (~> 0.18)
       async-http (~> 0.66, >= 0.66.3)
@@ -47,9 +46,9 @@ GEM
     fiber-annotation (0.2.0)
     fiber-local (1.1.0)
       fiber-storage
-    fiber-storage (0.1.0)
-    io-endpoint (0.10.3)
-    io-event (1.5.1)
+    fiber-storage (0.1.2)
+    io-endpoint (0.11.0)
+    io-event (1.6.5)
     io-stream (0.4.0)
     json (2.7.2)
     kgio (2.11.4)
@@ -57,11 +56,11 @@ GEM
     localhost (1.3.1)
     mapping (1.1.1)
     nio4r (2.7.3)
-    oj (3.16.3)
+    oj (3.16.4)
       bigdecimal (>= 3.0)
     openssl (3.2.0)
-    parallel (1.24.0)
-    parser (3.3.1.0)
+    parallel (1.25.1)
+    parser (3.3.3.0)
       ast (~> 2.4.1)
       racc
     pg (1.5.6)
@@ -69,27 +68,27 @@ GEM
       console (~> 1.8)
       samovar (~> 2.1)
     protocol-hpack (1.4.3)
-    protocol-http (0.26.5)
+    protocol-http (0.26.6)
     protocol-http1 (0.19.1)
       protocol-http (~> 0.22)
-    protocol-http2 (0.17.0)
+    protocol-http2 (0.18.0)
       protocol-hpack (~> 1.4)
       protocol-http (~> 0.18)
-    protocol-rack (0.5.1)
+    protocol-rack (0.6.0)
       protocol-http (~> 0.23)
       rack (>= 1.0)
     puma (6.4.2)
       nio4r (~> 2.0)
-    racc (1.7.3)
-    rack (3.0.11)
+    racc (1.8.0)
+    rack (3.1.6)
     rack-test (2.1.0)
       rack (>= 1.3)
     rainbow (3.1.1)
     raindrops (0.20.1)
-    regexp_parser (2.9.1)
-    rexml (3.2.8)
-      strscan (>= 3.0.9)
-    rubocop (1.63.5)
+    regexp_parser (2.9.2)
+    rexml (3.3.1)
+      strscan
+    rubocop (1.64.1)
       json (~> 2.3)
       language_server-protocol (>= 3.17.0)
       parallel (~> 1.10)
@@ -106,13 +105,12 @@ GEM
     samovar (2.3.0)
       console (~> 1.0)
       mapping (~> 1.0)
-    sequel (5.80.0)
+    sequel (5.82.0)
       bigdecimal
     sequel_pg (1.17.1)
       pg (>= 0.18.0, != 1.2.0)
       sequel (>= 4.38.0)
     strscan (3.1.0)
-    timers (4.3.5)
     traces (0.11.1)
     tzinfo (2.0.6)
       concurrent-ruby (~> 1.0)
@@ -145,4 +143,4 @@ DEPENDENCIES
   unicorn (~> 6.1)
 
 BUNDLED WITH
-   2.4.10
+   2.5.11