From 12b3a2e3a02bc4df5cfa5fa841f86c739d2abab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 23:43:04 +0000 Subject: [PATCH] Bump puma from 3.11.0 to 4.3.8 in /core Bumps [puma](https://github.com/puma/puma) from 3.11.0 to 4.3.8. - [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.11.0...v4.3.8) Signed-off-by: dependabot[bot] --- core/Gemfile | 2 +- core/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/Gemfile b/core/Gemfile index 97fba25f..9cc83fc9 100644 --- a/core/Gemfile +++ b/core/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '2.6.3' -gem 'puma', '3.11.0' +gem 'puma', '4.3.8' gem 'rails', '5.1.4' gem 'pg', '~> 0.21' diff --git a/core/Gemfile.lock b/core/Gemfile.lock index 526d869f..d4878e64 100644 --- a/core/Gemfile.lock +++ b/core/Gemfile.lock @@ -255,7 +255,8 @@ GEM binding_of_caller (>= 0.7) pry (>= 0.9.11) public_suffix (3.0.3) - puma (3.11.0) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.8) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -415,7 +416,7 @@ DEPENDENCIES pry-byebug (~> 1.3.3) pry-remote pry-stack_explorer - puma (= 3.11.0) + puma (= 4.3.8) railroady rails (= 5.1.4) rails-observers