From bb51796e82aa4a71010e0a6a088cf8ebd73720ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 17:32:41 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.3. - [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.11.4...v3.12.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4ffb12e..502f6bf 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 8fd342d..f5d27e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - puma (3.11.4) + puma (3.12.3) rack (2.0.7) rack-test (0.6.3) rack (>= 1.0) @@ -263,7 +263,7 @@ DEPENDENCIES omniauth omniauth-google-oauth2 omniauth-twitter - puma (~> 3.0) + puma (~> 3.12) rack (>= 2.0.6) rails (~> 5.0.7) rails_layout