diff --git a/Gemfile b/Gemfile index 60c0f06..a9bc392 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby file: ".ruby-version" gem "rails", "~> 8.0.2" gem "pg", "~> 1.6" -gem "puma", "~> 6.6" +gem "puma", "~> 7.0" gem "sass-rails", ">= 6" gem "rack-cors" diff --git a/Gemfile.lock b/Gemfile.lock index 42c4edb..11e34e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ GEM date stringio public_suffix (5.0.4) - puma (6.6.1) + puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) rack (3.2.0) @@ -318,7 +318,7 @@ DEPENDENCIES factory_bot_rails listen (~> 3.9) pg (~> 1.6) - puma (~> 6.6) + puma (~> 7.0) rack-attack rack-cors rails (~> 8.0.2)