diff --git a/Gemfile b/Gemfile index 5147432..9c01ade 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "sprockets-rails" gem 'sqlite3', '~> 2.0' # Use Puma as the app server -gem 'puma', '~> 6.0' +gem 'puma', '~> 7.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 db1442e..f8dfc42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -108,7 +108,7 @@ GEM config (5.6.1) deep_merge (~> 1.2, >= 1.2.1) ostruct - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) date (3.4.1) debug (1.11.0) @@ -126,9 +126,9 @@ GEM drb (2.2.3) erb (5.0.2) erubi (1.13.1) - factory_bot (6.5.4) + factory_bot (6.5.5) activesupport (>= 6.1.0) - factory_bot_rails (6.5.0) + factory_bot_rails (6.5.1) factory_bot (~> 6.5) railties (>= 6.1.0) faraday (2.13.4) @@ -151,7 +151,7 @@ GEM oauth (>= 0.3.6) google-analytics-rails (1.1.1) hashie (5.0.0) - honeybadger (6.0.6) + honeybadger (6.1.0) logger ostruct i18n (1.14.7) @@ -270,7 +270,7 @@ GEM request_store (~> 1.4) paranoia (3.0.1) activerecord (>= 6, < 8.1) - pg (1.6.1) + pg (1.6.2) popper_js (2.11.8) pp (0.6.2) prettyprint @@ -279,10 +279,10 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.0.1) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.0) + rack (3.2.1) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-mini-profiler (4.0.1) @@ -493,7 +493,7 @@ DEPENDENCIES paranoia pg popper_js - puma (~> 6.0) + puma (~> 7.0) rack-attack rack-mini-profiler (~> 4.0) rails (~> 8.0)