diff --git a/Gemfile b/Gemfile index 2e5232d..161809b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "sprockets-rails", ">= 3.4.1" gem "pg", "~> 1.3" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 5.0" +gem "puma", "~> 5.6" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 6637526..74449d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM ast (~> 2.4.1) pg (1.3.0) public_suffix (4.0.6) - puma (5.5.2) + puma (5.6.0) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -288,7 +288,7 @@ DEPENDENCIES net-pop net-smtp pg (~> 1.3) - puma (~> 5.0) + puma (~> 5.6) rack-mini-profiler rails (~> 7.0.0) redis (~> 4.0)