diff --git a/Gemfile b/Gemfile index 9c16b94..9a6c2cf 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,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.0.3" 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 48c91ec..e8e5b41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.0) + puma (7.0.3) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -357,7 +357,7 @@ DEPENDENCIES minitest-reporters (= 1.7.1) pg (= 1.5.9) propshaft (= 1.2.1) - puma (= 6.6.0) + puma (= 7.0.3) rails (= 8.0.2) rails-controller-testing (= 1.0.5) selenium-webdriver (= 4.9.0)