diff --git a/Gemfile b/Gemfile index 28e5185..a5c4a7d 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "sqlite3", ">= 2.3.1" gem "pg", ">= 1.5.9" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", ">= 6.4.3" +gem "puma", ">= 6.5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails", ">= 2.0.3" diff --git a/Gemfile.lock b/Gemfile.lock index 74b5865..9d3cf05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,7 +147,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) @@ -251,7 +251,7 @@ DEPENDENCIES jbuilder (>= 2.13) logstash-logger (>= 0.26.1) pg (>= 1.5.9) - puma (>= 6.4.3) + puma (>= 6.5.0) rails (>= 8.0.0) selenium-webdriver (>= 4.25.0) sprockets-rails (>= 3.5.2)