From 786a66f698e32e9111608ed5a856f7c5abf3d47f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 13:27:34 +0000 Subject: [PATCH] Bump puma from 3.9.1 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 3.12.6. - [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.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f666ae4..72a9f3e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) do |repo_name| end gem 'rails', '5.1.4' -gem 'puma', '3.9.1' +gem 'puma', '3.12.6' 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 959a0b2..34e173b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (3.9.1) + puma (3.12.6) rack (2.0.5) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -204,7 +204,7 @@ DEPENDENCIES listen (= 3.0.8) minitest-reporters (= 1.1.14) pg (= 0.18.4) - puma (= 3.9.1) + puma (= 3.12.6) rails (= 5.1.4) rails-controller-testing (= 1.0.2) sass-rails (= 5.0.6)