From 6869f1f35f1f90624fdb246db4ddb155e411fc3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:10:40 +0000 Subject: [PATCH] Bump puma from 2.9.2 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 2.9.2 to 4.3.12. - [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/v2.9.2...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 70f864a..daf4a6c 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '4.2.6' gem 'pg', '~> 0.15' gem 'active_model_serializers' gem 'faker' -gem 'puma', '~> 2.9.1' +gem 'puma', '~> 4.3.12' gem 'capybara' gem 'poltergeist', '>= 1.9.0' gem 'launchy' diff --git a/Gemfile.lock b/Gemfile.lock index ca0338f..e2b517b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,6 +97,7 @@ GEM net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (3.2.0) + nio4r (2.5.8) nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) pg (0.18.4) @@ -105,9 +106,9 @@ GEM cliver (~> 0.3.1) multi_json (~> 1.0) websocket-driver (>= 0.2.0) - puma (2.9.2) - rack (>= 1.1, < 2.0) - rack (1.6.4) + puma (4.3.12) + nio4r (~> 2.0) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.6) @@ -172,7 +173,7 @@ DEPENDENCIES launchy pg (~> 0.15) poltergeist (>= 1.9.0) - puma (~> 2.9.1) + puma (~> 4.3.12) rails (= 4.2.6) redis