diff --git a/Gemfile b/Gemfile index 8aa6245..411efdb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rails", "~> 8.1.3" # Use postgresql as the database for Active Record gem "pg", "~> 1.6.2" # Use Puma as the app server -gem "puma", "~> 7.2" +gem "puma", "~> 8.0" # 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 68ecb12..003876e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -303,7 +303,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -531,7 +531,7 @@ DEPENDENCIES pry-rails pry-remote-reloaded pry-stack_explorer (~> 0.6.2) - puma (~> 7.2) + puma (~> 8.0) rack-cors rack-mini-profiler (~> 4.0) rails (~> 8.1.3)