From 2564e7d59e695c9459970c4cad25665298f3235f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:54:31 +0000 Subject: [PATCH] Bump puma from 3.7.0 to 4.3.12 in /play-with-docker/Portus/Portus.1 Bumps [puma](https://github.com/puma/puma) from 3.7.0 to 4.3.12. - [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...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- play-with-docker/Portus/Portus.1/Gemfile | 2 +- play-with-docker/Portus/Portus.1/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/play-with-docker/Portus/Portus.1/Gemfile b/play-with-docker/Portus/Portus.1/Gemfile index e23be3343..04a7e0df2 100644 --- a/play-with-docker/Portus/Portus.1/Gemfile +++ b/play-with-docker/Portus/Portus.1/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", "~> 4.3.12" 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/Portus.1/Gemfile.lock b/play-with-docker/Portus/Portus.1/Gemfile.lock index cf67c0993..407e76de8 100644 --- a/play-with-docker/Portus/Portus.1/Gemfile.lock +++ b/play-with-docker/Portus/Portus.1/Gemfile.lock @@ -186,6 +186,7 @@ GEM mysql2 (0.3.18) nenv (0.3.0) net-ldap (0.11) + nio4r (2.5.8) nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) notiffany (0.0.8) @@ -217,7 +218,8 @@ GEM activerecord (>= 3.0) i18n (>= 0.5.0) railties (>= 3.0.0) - puma (3.7.0) + puma (4.3.12) + nio4r (~> 2.0) pundit (1.0.1) activesupport (>= 3.0.0) quiet_assets (1.1.0) @@ -420,7 +422,7 @@ DEPENDENCIES poltergeist pry-rails public_activity - puma (~> 3.7.0) + puma (~> 4.3.12) pundit quiet_assets rack-mini-profiler