From 326a0a857502f4789457981e06288ca6aaa14e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 14:07:16 +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 a374377..d848450 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '2.6.2' gem 'bootsnap', '>= 1.1.0', require: false gem 'pry', '~> 0.12.2' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'rack', '~> 2.0.7' gem 'rack-attack', '~> 6.0.0' gem 'rack-cors', '~> 1.0.3', require: 'rack/cors' diff --git a/Gemfile.lock b/Gemfile.lock index 76e4fbc..d41bfda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,7 +281,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.1.1) - puma (3.12.1) + puma (3.12.4) raabro (1.1.6) rack (2.0.7) rack-attack (6.0.0) @@ -497,7 +497,7 @@ DEPENDENCIES newrelic_rpm (~> 6.5) postmark-rails (~> 0.19.0) pry (~> 0.12.2) - puma (~> 3.11) + puma (~> 3.12) rack (~> 2.0.7) rack-attack (~> 6.0.0) rack-cors (~> 1.0.3)