Browse Source

Merge pull request #9633 from p8/roda/update-dependencies

[ruby/roda] Update dependencies
Mike Smith 5 months ago
parent
commit
7857ef4bd5
1 changed files with 9 additions and 9 deletions
  1. 9 9
      frameworks/Ruby/roda-sequel/Gemfile.lock

+ 9 - 9
frameworks/Ruby/roda-sequel/Gemfile.lock

@@ -2,26 +2,26 @@ GEM
   remote: https://rubygems.org/
   specs:
     base64 (0.2.0)
-    bigdecimal (3.1.8)
-    erubi (1.13.0)
+    bigdecimal (3.1.9)
+    erubi (1.13.1)
     iodine (0.7.58)
-    json (2.9.1)
+    json (2.10.1)
     kgio (2.11.4)
     mysql2 (0.5.6)
     nio4r (2.7.4)
-    pg (1.5.8)
-    puma (6.5.0)
+    pg (1.5.9)
+    puma (6.6.0)
       nio4r (~> 2.0)
-    rack (3.1.8)
+    rack (3.1.11)
     raindrops (0.20.1)
-    roda (3.85.0)
+    roda (3.89.0)
       rack
-    sequel (5.85.0)
+    sequel (5.90.0)
       bigdecimal
     sequel_pg (1.17.1)
       pg (>= 0.18.0, != 1.2.0)
       sequel (>= 4.38.0)
-    tilt (2.4.0)
+    tilt (2.6.0)
     unicorn (6.1.0)
       kgio (~> 2.6)
       raindrops (~> 0.7)