From 6315fbf676fe7ab8a9427b76955f859aec7470fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 04:33:01 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.11.4 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.11.4...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 499151c..5dc0ae0 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rubocop', require: false gem 'haml-rails', '~> 1.0' gem 'rails', '~> 5.1.5' gem 'mysql2', '>= 0.3.18', '< 0.5' -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'pry-rails' diff --git a/Gemfile.lock b/Gemfile.lock index d43d51a..cd2bd11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (3.0.2) - puma (3.11.4) + puma (3.12.6) rack (2.0.5) rack-proxy (0.6.5) rack @@ -280,7 +280,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mysql2 (>= 0.3.18, < 0.5) pry-rails - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.5) rails-controller-testing rspec-rails (~> 3.7)