From c200f9cfedbc04e969abb8b4ddca78855fad123a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 13:37:07 +0000 Subject: [PATCH] Bump puma from 3.9.1 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.9.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.9.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 162301e..7d2a4c6 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'mini_magick', '4.7.0' gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.3.7' -gem 'puma', '3.9.1' +gem 'puma', '3.12.4' gem 'sass-rails', '5.0.6' gem 'uglifier', '3.2.0' gem 'coffee-rails', '4.2.2' diff --git a/Gemfile.lock b/Gemfile.lock index e9c9260..b672818 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (3.9.1) + puma (3.12.4) rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -424,7 +424,7 @@ DEPENDENCIES minitest-reporters (= 1.1.14) pg (= 0.20.0) pry - puma (= 3.9.1) + puma (= 3.12.4) rails (= 5.1.6) rails-controller-testing (= 1.0.2) sass-rails (= 5.0.6)