From 8c86a9514f79f74efd618d6d5d58f3b850461eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 06:06:11 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.12.2 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/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9b771a7..6943d0b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ ruby '2.5.1' gem 'bootsnap', '>= 1.2', require: false gem 'rails', '~> 6.0.2' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' gem 'rack-cors', require: 'rack/cors' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index eb71838..778cec5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.12.2) + puma (3.12.6) rack (2.2.2) rack-cors (1.1.1) rack (>= 2.0.0) @@ -207,7 +207,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry-byebug pry-rails - puma (~> 3.7) + puma (~> 3.12) rack-cors rails (~> 6.0.2) rspec-rails