From a8bc5591de0b70771d6f58f57124c3d65c6dd45d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 13:12:20 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.1...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 22c3b5a..43d94cd 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "actionview", ">= 5.1.6.2" # Use postgres as the database for Active Record gem "pg" # 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 52345e8..f2f586e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM method_source (~> 0.9.0) psych (3.1.0) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-protection (2.0.7) rack @@ -471,7 +471,7 @@ DEPENDENCIES overcommit (~> 0.51.0) paperclip pg - puma (~> 3.7) + puma (~> 3.12) rack (>= 2.0.6) rails (~> 6.0.1) rails_best_practices (~> 1.19)