From 82ce42f9ea9217eb0b1cb96cb79eefb43653f376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 19:10:50 +0000 Subject: [PATCH] Bump puma from 3.7.0 to 3.12.6 in /play-with-docker/Portus Bumps [puma](https://github.com/puma/puma) from 3.7.0 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.7.0...v3.12.6) Signed-off-by: dependabot[bot] --- play-with-docker/Portus/Gemfile | 2 +- play-with-docker/Portus/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/play-with-docker/Portus/Gemfile b/play-with-docker/Portus/Gemfile index e23be33..012973c 100644 --- a/play-with-docker/Portus/Gemfile +++ b/play-with-docker/Portus/Gemfile @@ -52,7 +52,7 @@ def packaging? end # If the deployment is done through Puma, include it in the bundle. -gem "puma", "~> 3.7.0" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging? +gem "puma", "~> 3.12.6" if ENV["PORTUS_PUMA_DEPLOYMENT"] == "yes" || !packaging? # In order to create the Gemfile.lock required for packaging # meaning that it should contain only the production packages diff --git a/play-with-docker/Portus/Gemfile.lock b/play-with-docker/Portus/Gemfile.lock index cf67c09..456608d 100644 --- a/play-with-docker/Portus/Gemfile.lock +++ b/play-with-docker/Portus/Gemfile.lock @@ -217,7 +217,7 @@ GEM activerecord (>= 3.0) i18n (>= 0.5.0) railties (>= 3.0.0) - puma (3.7.0) + puma (3.12.6) pundit (1.0.1) activesupport (>= 3.0.0) quiet_assets (1.1.0) @@ -420,7 +420,7 @@ DEPENDENCIES poltergeist pry-rails public_activity - puma (~> 3.7.0) + puma (~> 3.12.6) pundit quiet_assets rack-mini-profiler