From 86ef96e692dd96c0ed93bb862c85f4146201939a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 15:17:53 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.2 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.2. - [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.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9d2bd35..ccb0db1 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'faker', '2.1.2' gem 'will_paginate', '3.1.8' gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.4.1' -gem 'puma', '3.12.1' +gem 'puma', '3.12.2' gem 'sass-rails', '5.1.0' gem 'webpacker', '4.0.7' gem 'turbolinks', '5.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index cdaf965..66bdd93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.2) rack (2.0.7) rack-proxy (0.6.5) rack @@ -294,7 +294,7 @@ DEPENDENCIES minitest (= 5.11.3) minitest-reporters (= 1.3.8) pg (= 1.1.4) - puma (= 3.12.1) + puma (= 3.12.2) rails (= 6.0.1) rails-controller-testing (= 1.0.4) sass-rails (= 5.1.0)