diff --git a/Gemfile b/Gemfile index 290116b5..42837836 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 8.0' # Use postgresql as the database for Active Record gem 'pg', '>= 1.2.3', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 6.4' +gem 'puma', '~> 6.5' # Use ActiveModel has_secure_password gem 'bcrypt', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index a11429b0..4c5898ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM prism (1.2.0) psych (5.1.2) stringio - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -295,7 +295,7 @@ DEPENDENCIES image_processing (~> 1.13.0) mocha (~> 2.5.0) pg (>= 1.2.3, < 2.0) - puma (~> 6.4) + puma (~> 6.5) pundit (~> 2.4) rack-cors (~> 2.0) rails (~> 8.0)