diff --git a/test/rb/Gemfile b/test/rb/Gemfile index f2eb2c090f..1225e4f465 100644 --- a/test/rb/Gemfile +++ b/test/rb/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gem 'thrift', path: '../../lib/rb' gem 'rack', '~> 2.2', '>= 2.2.23' -gem 'puma', '~> 6.6' +gem 'puma', '~> 7.2' gem 'test-unit', '~> 3.2', '>= 3.2.7' # Only required for tests with Rack 2.x on Ruby 4.0+ diff --git a/test/rb/Gemfile.lock b/test/rb/Gemfile.lock index 07a03d3188..0afeb87458 100644 --- a/test/rb/Gemfile.lock +++ b/test/rb/Gemfile.lock @@ -96,7 +96,7 @@ GEM protocol-http (~> 0.58) rack (>= 1.0) protocol-url (0.4.0) - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.23) @@ -149,7 +149,7 @@ DEPENDENCIES cgi falcon (~> 0.51) ostruct - puma (~> 6.6) + puma (~> 7.2) rack (~> 2.2, >= 2.2.23) rubocop (~> 1.82.0) rubocop-performance (~> 1.26.1)