diff --git a/Gemfile b/Gemfile index a11951f91..22d0440b4 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'acts_as_list' gem 'bcrypt', '~> 3.1.21' gem 'htmlentities' gem "kt-paperclip", "~> 7.2" -gem 'puma', '~> 7.2' +gem 'puma', '~> 8.0' gem 'rails_autolink' gem 'RedCloth' gem 'sanitize', '~> 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1d5141be9..7d834e459 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.5) @@ -473,7 +473,7 @@ DEPENDENCIES mocha mysql2 (~> 0.5) pg (~> 1.6) - puma (~> 7.2) + puma (~> 8.0) rack-mini-profiler rails (~> 7.2) rails-controller-testing