From 34054a72538cb7153ccd794df3ad9e4369da67aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:05:27 +0000 Subject: [PATCH] Bump puma from 3.0.2 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.0.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/v3.0.2...v4.3.12) --- 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 f25fe5c..f104c50 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'puma', '~> 3.0.2' +gem 'puma', '~> 4.3.12' gem 'rails', '~> 4.2.0' gem 'mysql2', '~> 0.5.2' gem 'pg', '~> 0.11' diff --git a/Gemfile.lock b/Gemfile.lock index 82fd788..3cf10ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,6 +186,7 @@ GEM net-ssh (>= 2.6.5) net-ssh (3.2.0) newrelic_rpm (3.9.6.257) + nio4r (2.5.8) nokogiri (1.9.1) mini_portile2 (~> 2.4.0) oauth2 (1.4.1) @@ -217,7 +218,8 @@ GEM pry-byebug (2.0.0) byebug (~> 3.4) pry (~> 0.10) - puma (3.0.2) + puma (4.3.12) + nio4r (~> 2.0) rack (1.6.11) rack-openid (1.3.1) rack (>= 1.1.0) @@ -348,7 +350,7 @@ DEPENDENCIES omniauth-openid pg (~> 0.11) pry-byebug - puma (~> 3.0.2) + puma (~> 4.3.12) rack-oauth2! rails (~> 4.2.0) rails-dev-tweaks (~> 1.1)