diff --git a/Gemfile b/Gemfile index 7254d0cb..89bae0aa 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "rails", "~> 7.0.8" # Use postgresql as the database for Active Record gem "pg", "~> 1.1" # Use Puma as the app server -gem "puma", "~> 5.0" +gem "puma", "~> 5.6" # Use SCSS for stylesheets # gem "sass-rails", ">= 6" diff --git a/Gemfile.lock b/Gemfile.lock index 0805b128..65b525c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -333,7 +333,7 @@ GEM net-smtp (0.4.0) net-protocol netrc (0.11.0) - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.4-arm64-darwin) racc (~> 1.4) nokogiri (1.15.4-x86_64-darwin) @@ -378,7 +378,7 @@ GEM psych (5.1.1) stringio public_suffix (5.0.3) - puma (5.6.7) + puma (5.6.8) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -667,7 +667,7 @@ DEPENDENCIES pg (~> 1.1) pg_search (~> 2.3.5) pry-byebug - puma (~> 5.0) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 7.0.8) rails-settings-cached (~> 2.9)