From f4e67407c21a0c2abc35ce2bdff403ddacb202b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 12:50:40 +0000 Subject: [PATCH] Bump puma from 3.10.0 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.10.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.10.0...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 467c1ab..7a2e8a2 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end gem 'rails', '~> 5.1.4' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index ff1ca1c..0105191 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.0) - puma (3.10.0) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.3) rack-test (0.7.0) rack (>= 1.0, < 3) @@ -370,7 +371,7 @@ DEPENDENCIES once-ler pg pry - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.4) responders rspec-its