From acf772347a4166ff52ec7d23e734f4810c072900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 01:54:10 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.11.4 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 bd4bd06..ae32d93 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ end ruby '2.4.6' gem 'rails', '~> 5.0.7' gem 'sqlite3' -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 1e69ad5..18c0d24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,7 +156,7 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - puma (3.11.4) + puma (3.12.6) rack (2.0.7) rack-test (0.6.3) rack (>= 1.0) @@ -267,7 +267,7 @@ DEPENDENCIES omniauth-github omniauth-google-oauth2 omniauth-twitter - puma (~> 3.0) + puma (~> 3.12) rack (>= 2.0.6) rails (~> 5.0.7) rails_layout