diff --git a/Gemfile b/Gemfile index d929613a7..765b4d7de 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'p3p', '~> 2.0' gem 'panoptes-client' gem 'pg', '~> 1.4' gem 'pg_search' -gem 'puma', '~> 6.4.2' +gem 'puma', '~> 6.4.3' gem 'pundit', '~> 2.4.0' gem 'rack-cors', '~> 1.0', require: 'rack/cors' if next? diff --git a/Gemfile.lock b/Gemfile.lock index 12aef21e3..4afb63679 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,7 +298,7 @@ GEM net-protocol netrc (0.11.0) newrelic_rpm (9.3.1) - nio4r (2.7.0) + nio4r (2.7.3) nokogiri (1.15.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -342,7 +342,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.7) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) pundit (2.4.0) activesupport (>= 3.0.0) @@ -565,7 +565,7 @@ DEPENDENCIES pg (~> 1.4) pg_search pry - puma (~> 6.4.2) + puma (~> 6.4.3) pundit (~> 2.4.0) rack-cors (~> 1.0) rails (~> 6.1)