From 2cb6e3a59cbab104eb0bd349962582e7919d3c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:36:35 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.11. - [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/v3.12.1...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f087325..0bd7ea0 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "marcel", "~> 1.0", ">= 1.0.1" gem "omniauth", "~> 1.9" gem "omniauth-google-oauth2", "~> 0.8.0" gem "pg", "~> 0.18.4" -gem "puma", "~> 3.4" +gem "puma", "~> 4.3" gem "recipient_interceptor", "~> 0.2.0" gem "rolify", "~> 5.2" gem "sidekiq", "~> 5.2", ">= 5.2.5" diff --git a/Gemfile.lock b/Gemfile.lock index 07787f7..7eb2307 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.1) - puma (3.12.1) + puma (4.3.11) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-protection (2.0.7) @@ -380,7 +381,7 @@ DEPENDENCIES omniauth-google-oauth2 (~> 0.8.0) pg (~> 0.18.4) pry-rails - puma (~> 3.4) + puma (~> 4.3) rails (= 6.0.3.6) rails-controller-testing (~> 1.0, >= 1.0.4) rake