diff --git a/Gemfile b/Gemfile index b2d45f16..dc98d900 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rails", "~> 8.0.3" # Use postgresql as the database for Active Record gem "pg", "~> 1.6.2" # Use Puma as the app server -gem "puma", "~> 6.4.2" +gem "puma", "~> 7.0.4" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder #gem "jbuilder", "~> 2.7" # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index ac008c78..3b7f23aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM date stringio public_suffix (6.0.2) - puma (6.4.3) + puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -507,7 +507,7 @@ DEPENDENCIES pry-rails pry-remote pry-stack_explorer (~> 0.6.1) - puma (~> 6.4.2) + puma (~> 7.0.4) rack-cors rack-mini-profiler (~> 3.3.1) rails (~> 8.0.3)