diff --git a/Gemfile b/Gemfile index be7a204..b959d9f 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "sprockets-rails" gem "pg", "~> 1.5" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index da1ede8..414f5f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -328,7 +328,7 @@ DEPENDENCIES importmap-rails jbuilder pg (~> 1.5) - puma (~> 6.4) + puma (~> 6.5) rack-mini-profiler rails (~> 7.2) redis (~> 5.3)