From c50d6e2be878b14f1d72079d7a99381061aef3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 01:05:38 +0000 Subject: [PATCH] Bump puma from 3.0.2 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.0.2 to 3.12.4. - [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...v3.12.4) 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..5be7186 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'puma', '~> 3.0.2' +gem 'puma', '~> 3.12.4' gem 'rails', '~> 4.2.0' gem 'mysql2', '~> 0.5.2' gem 'pg', '~> 0.11' diff --git a/Gemfile.lock b/Gemfile.lock index 2a4bc9b..a0a7933 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.4) 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.4) rack-oauth2! rails (~> 4.2.0) rails-dev-tweaks (~> 1.1)