diff --git a/Gemfile b/Gemfile index 54abddb5..98276bc6 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '3.1.0' gem 'bcrypt', '~> 3.1.17' gem 'jquery-rails', '~> 4.5.0' -gem 'puma', '~> 5.6.4' +gem 'puma', '~> 6.1.1' gem 'rails', '~> 7.0' gem 'sass-rails', '~> 5.0' gem 'uglifier', '~> 4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 287e6c90..fedcee21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM actionmailer (>= 3) premailer (~> 1.7, >= 1.7.9) public_suffix (5.0.0) - puma (5.6.5) + puma (6.1.1) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) @@ -291,7 +291,7 @@ DEPENDENCIES jquery-rails (~> 4.5.0) pg (~> 1.3.5) premailer-rails (~> 1.11.1) - puma (~> 5.6.4) + puma (~> 6.1.1) rack-attack (~> 6.6.1) rails (~> 7.0) rails-controller-testing (~> 1.0.5)