diff --git a/Gemfile b/Gemfile index cb9b780f8..70f08caab 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 7.1.3' gem 'pg', '~> 1.5' # Use Puma as the app server -gem 'puma', '~> 6.4' +gem 'puma', '~> 6.5' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem 'webpacker', '~> 5.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4c1ce5fed..ddd4421b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,7 @@ GEM net-smtp (0.5.0) net-protocol netrc (0.11.0) - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) nokogiri (1.16.7-x86_64-darwin) @@ -286,7 +286,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -554,7 +554,7 @@ DEPENDENCIES pg_search (~> 2.3) pry (~> 0.15) pry-rails (~> 0.3) - puma (~> 6.4) + puma (~> 6.5) pundit (~> 2.4) pundit-matchers (~> 3.1.2) rack-cors (~> 2.0)