From 6d83d58be0aa3e734a7004dc02bbeeea8189585e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:02:50 +0000 Subject: [PATCH] Bump puma from 3.0.2 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.0.2 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.0.2...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ddd7b5d..4b362cc 100644 --- a/Gemfile +++ b/Gemfile @@ -78,5 +78,5 @@ group :test, :development do end group :webserver do - gem 'puma', '~> 3.0.2' + gem 'puma', '~> 4.3.11' end diff --git a/Gemfile.lock b/Gemfile.lock index 931d5e2..b9dcb20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,6 +238,7 @@ GEM net-http-digest_auth (1.2.1) net-http-persistent (2.8) netrc (0.10.3) + nio4r (2.5.8) nokogiri (1.10.1) mini_portile2 (~> 2.4.0) ntlm-http (0.1.1) @@ -260,7 +261,8 @@ GEM pry-byebug (3.0.1) byebug (~> 3.4) pry (~> 0.10) - puma (3.0.2) + puma (4.3.11) + nio4r (~> 2.0) rack (1.4.7) rack-cache (1.8.0) rack (>= 0.4) @@ -403,7 +405,7 @@ DEPENDENCIES omniauth omniauth-openid pry-byebug - puma (~> 3.0.2) + puma (~> 4.3.11) rack-oauth2 rails (= 3.2.22.5) recurring_select!