Browse Source

Merge pull request #8367 from TechEmpower/dependabot/bundler/frameworks/Ruby/rack/puma-6.3.1

Bump puma from 6.2.1 to 6.3.1 in /frameworks/Ruby/rack
github-actions[bot] 2 years ago
parent
commit
0bd421fd7c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      frameworks/Ruby/rack/Gemfile
  2. 2 2
      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.2'
+gem 'puma', '~> 6.3'
 gem 'sequel'
 gem 'sequel_pg', platforms: %i[ruby mswin]
 gem 'tzinfo-data', '1.2023.3'

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

@@ -67,7 +67,7 @@ GEM
     protocol-rack (0.2.4)
       protocol-http (~> 0.23)
       rack (>= 1.0)
-    puma (6.2.1)
+    puma (6.3.1)
       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.2)
+  puma (~> 6.3)
   rack (~> 3.0)
   rack-test
   rubocop