diff --git a/services/catarse/Gemfile b/services/catarse/Gemfile index b9411cb4b..93eaab386 100644 --- a/services/catarse/Gemfile +++ b/services/catarse/Gemfile @@ -42,7 +42,7 @@ gem 'parallel', '1.21.0' gem 'pg', '1.2.3' gem 'pg_search', '2.3.5' gem 'postgres-copy', '1.5.0' -gem 'puma', '5.5.2' +gem 'puma', '6.3.1' gem 'pundit', '2.1.1' gem 'rack-cors', '1.1.1' gem 'rails', '6.1.4.4' diff --git a/services/catarse/Gemfile.lock b/services/catarse/Gemfile.lock index d516d2c4d..5f22c1d23 100644 --- a/services/catarse/Gemfile.lock +++ b/services/catarse/Gemfile.lock @@ -366,7 +366,7 @@ GEM multipart-post (2.1.1) net_http_timeout_errors (0.3.5) netrc (0.11.0) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -416,7 +416,7 @@ GEM pg (>= 0.17) responders public_suffix (4.0.6) - puma (5.5.2) + puma (6.3.1) nio4r (~> 2.0) pundit (2.1.1) activesupport (>= 3.0.0) @@ -714,7 +714,7 @@ DEPENDENCIES pg (= 1.2.3) pg_search (= 2.3.5) postgres-copy (= 1.5.0) - puma (= 5.5.2) + puma (= 6.3.1) pundit (= 2.1.1) rack-cors (= 1.1.1) rack-mini-profiler (= 2.3.3)