diff --git a/Gemfile b/Gemfile index f43d508..1ea1ff9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '~> 7.1.3' -gem 'puma', '~> 6.4' +gem 'puma', '~> 7.2' gem 'sprockets-rails' gem 'importmap-rails' gem 'turbo-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 2e60ad6..9bdf3b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.9-aarch64-linux-gnu) racc (~> 1.4) nokogiri (1.18.9-aarch64-linux-musl) @@ -227,7 +227,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.2.1) nio4r (~> 2.0) racc (1.8.1) rack (3.2.0) @@ -353,7 +353,7 @@ DEPENDENCIES omniauth-hack_club omniauth-rails_csrf_protection pg (~> 1.5) - puma (~> 6.4) + puma (~> 7.2) rack-attack rack-timeout rails (~> 7.1.3)