diff --git a/Gemfile b/Gemfile index c4f59e5..0e0a2d3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.0.2", ">= 7.0.2.3" gem "sprockets-rails" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 5.0" +gem "puma", "~> 5.6" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index 6d8a6c3..fe63eae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM orm_adapter (0.5.0) pg (1.3.4) public_suffix (4.0.6) - puma (5.6.2) + puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -294,7 +294,7 @@ DEPENDENCIES kredis materialize-sass pg (>= 0.18, < 2.0) - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.2, >= 7.0.2.3) redis (~> 4.0) responders