diff --git a/Gemfile b/Gemfile index 9c01ade..c9b50c8 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "sprockets-rails" gem 'sqlite3', '~> 2.0' # Use Puma as the app server -gem 'puma', '~> 7.0' +gem 'puma', '~> 8.0' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index df5b952..f572e0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM oauth (>= 0.3.6) google-analytics-rails (1.1.1) hashie (5.0.0) - honeybadger (6.5.3) + honeybadger (6.5.5) logger ostruct i18n (1.14.8) @@ -289,7 +289,7 @@ GEM date stringio public_suffix (6.0.2) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -355,7 +355,7 @@ GEM erb psych (>= 4.0.0) tsort - recaptcha (5.21.1) + recaptcha (5.21.2) redcarpet (3.6.1) redis (5.4.1) redis-client (>= 0.22.0) @@ -506,7 +506,7 @@ DEPENDENCIES paranoia pg popper_js - puma (~> 7.0) + puma (~> 8.0) rack-attack rack-mini-profiler (~> 4.0) rails (~> 8.0)