From 61d2ee77cdc5959b65c96f28607eb1c16e2f2584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:42:15 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 4.3.9. - [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.4...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 53a4f4c..e6a6ff3 100644 --- a/Gemfile +++ b/Gemfile @@ -32,4 +32,4 @@ gem 'rake' gem "sinatra", "~> 2.0.3" gem "redis", "~> 4.0.1" gem "connection_pool", "~> 2.2.2" -gem "puma", "~> 3.11.4" +gem "puma", "~> 4.3.9" diff --git a/Gemfile.lock b/Gemfile.lock index aade578..fc1e4ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,10 +33,12 @@ GEM minima (2.1.1) jekyll (~> 3.3) mustermann (1.0.2) + nio4r (2.5.8) pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (3.0.2) - puma (3.11.4) + puma (4.3.9) + nio4r (~> 2.0) rack (2.0.5) rack-protection (2.0.3) rack @@ -67,7 +69,7 @@ DEPENDENCIES jekyll (~> 3.6.2) jekyll-feed (~> 0.6) minima (~> 2.0) - puma (~> 3.11.4) + puma (~> 4.3.9) rake redis (~> 4.0.1) sinatra (~> 2.0.3)