From d395f1173326adccf9d9595d033e0659124b03c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 13:34:59 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.12.0 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.12.0...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 b4acb50..0709f01 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 5.1.3' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index b25add0..0a4c8f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -347,7 +347,7 @@ GEM pg (0.21.0) popper_js (1.14.5) public_suffix (3.0.3) - puma (3.12.0) + puma (3.12.4) rack (2.0.6) rack-protection (2.0.5) rack @@ -516,7 +516,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) material_icons pg (~> 0.18) - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.3) rails-controller-testing rb-readline