diff --git a/Gemfile b/Gemfile index ec509369d..42f1f4a92 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.0.2' +gem 'puma', '~> 6.1.1' gem 'pundit', '~> 2.3.0' gem 'rack-cors', '~> 1.0', require: 'rack/cors' if next? diff --git a/Gemfile.lock b/Gemfile.lock index ba513d2f1..c844f411d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,7 +339,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.7) - puma (6.0.2) + puma (6.1.1) nio4r (~> 2.0) pundit (2.3.0) activesupport (>= 3.0.0) @@ -562,7 +562,7 @@ DEPENDENCIES pg (~> 1.4) pg_search pry - puma (~> 6.0.2) + puma (~> 6.1.1) pundit (~> 2.3.0) rack-cors (~> 1.0) rails (~> 6.0)