From 2637c98f1e1da234285aeb3a8147df9678e7a32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:11:32 +0000 Subject: [PATCH] Bump puma from 5.5.2 to 6.3.1 in /services/catarse Bumps [puma](https://github.com/puma/puma) from 5.5.2 to 6.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.5.2...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/catarse/Gemfile | 2 +- services/catarse/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)