From 29b5f574150c04644472c4f8ea19f3b4b6aca620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:09:34 +0000 Subject: [PATCH] Bump puma from 3.10.0 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.10.0 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.10.0...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 0ab5485..09aab82 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "graphiql-rails", "1.4.5" gem "graphql", "1.7.4" gem "envied", "0.9.1" -gem "puma", "3.10.0" +gem "puma", "4.3.11" group :development, :test do gem "pry-rails", "0.3.6" diff --git a/Gemfile.lock b/Gemfile.lock index 91bd543..f2f2833 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,8 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (3.0.0) - puma (3.10.0) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.3) rack-test (0.7.0) rack (>= 1.0, < 3) @@ -280,7 +281,7 @@ DEPENDENCIES listen (= 3.1.5) pg (= 0.21.0) pry-rails (= 0.3.6) - puma (= 3.10.0) + puma (= 4.3.11) rails (= 5.1.4) rom (= 4.0.1) rom-rails (= 1.0.0)