diff --git a/Gemfile b/Gemfile index fac39d7..6a0c0cf 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "importmap-rails", "2.1.0" gem "turbo-rails", "2.0.14" gem "stimulus-rails", "1.3.4" gem "jbuilder", "2.13.0" -gem "puma", "6.6.0" +gem "puma", "7.1.0" gem "bootsnap", "1.18.6", require: false gem "tzinfo-data", "1.2025.2", platforms: %i[ windows jruby ] gem "kamal", "2.7.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6f94a92..c10b42a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.0) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -397,7 +397,7 @@ DEPENDENCIES minitest-reporters (= 1.7.1) pg (= 1.5.9) propshaft (= 1.2.1) - puma (= 6.6.0) + puma (= 7.1.0) rails (= 8.0.2) rails-controller-testing (= 1.0.5) selenium-webdriver (= 4.9.0)