From 1c2bef7dcb0f8154457b561adc4d1ddd6f3eefc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 16:49:41 +0000 Subject: [PATCH] Bump puma from 3.0.2 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.0.2 to 3.12.6. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ba97ea0..c601afb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'puma', '~> 3.0.2' +gem 'puma', '~> 3.12.6' gem 'rails', '~> 4.2.0' gem 'mysql2', '~> 0.5.2' gem 'pg', '~> 0.11' diff --git a/Gemfile.lock b/Gemfile.lock index 2a4bc9b..f75bf65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,7 +217,7 @@ GEM pry-byebug (2.0.0) byebug (~> 3.4) pry (~> 0.10) - puma (3.0.2) + puma (3.12.6) rack (1.6.11) rack-openid (1.3.1) rack (>= 1.1.0) @@ -346,7 +346,7 @@ DEPENDENCIES omniauth-openid pg (~> 0.11) pry-byebug - puma (~> 3.0.2) + puma (~> 3.12.6) rack-oauth2! rails (~> 4.2.0) rails-dev-tweaks (~> 1.1)