Browse Source

Merge pull request #8676 from TechEmpower/dependabot/bundler/frameworks/Ruby/rack/puma-6.4.2

Bump puma from 6.3.1 to 6.4.2 in /frameworks/Ruby/rack
github-actions[bot] 1 year ago
parent
commit
42b094678d
2 changed files with 4 additions and 4 deletions
  1. 1 1
      frameworks/Ruby/rack/Gemfile
  2. 3 3
      frameworks/Ruby/rack/Gemfile.lock

+ 1 - 1
frameworks/Ruby/rack/Gemfile

@@ -9,7 +9,7 @@ gem 'jdbc-postgres', '~> 42.2', platforms: :jruby, require: 'jdbc/postgres'
 gem 'json', '~> 2.6', platforms: :jruby
 gem 'oj', '~> 3.14', platforms: %i[ruby mswin]
 gem 'pg', '~>1.5', platforms: %i[ruby mswin]
-gem 'puma', '~> 6.3'
+gem 'puma', '~> 6.4'
 gem 'sequel'
 gem 'sequel_pg', platforms: %i[ruby mswin]
 gem 'tzinfo-data', '1.2023.3'

+ 3 - 3
frameworks/Ruby/rack/Gemfile.lock

@@ -47,7 +47,7 @@ GEM
     kgio (2.11.4)
     localhost (1.1.10)
     mapping (1.1.1)
-    nio4r (2.5.9)
+    nio4r (2.7.0)
     oj (3.14.2)
     openssl (3.1.0)
     parallel (1.23.0)
@@ -67,7 +67,7 @@ GEM
     protocol-rack (0.2.4)
       protocol-http (~> 0.23)
       rack (>= 1.0)
-    puma (6.3.1)
+    puma (6.4.2)
       nio4r (~> 2.0)
     rack (3.0.7)
     rack-test (2.1.0)
@@ -118,7 +118,7 @@ DEPENDENCIES
   json (~> 2.6)
   oj (~> 3.14)
   pg (~> 1.5)
-  puma (~> 6.3)
+  puma (~> 6.4)
   rack (~> 3.0)
   rack-test
   rubocop