From ce3a1bec5587339cb1353520af76b821f8411ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:02:25 +0000 Subject: [PATCH] Bump puma in /Docker/docker101-master/play-with-docker/Portus Bumps [puma](https://github.com/puma/puma) from 3.7.0 to 5.6.7. - [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...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Docker/docker101-master/play-with-docker/Portus/Gemfile | 2 +- .../docker101-master/play-with-docker/Portus/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Docker/docker101-master/play-with-docker/Portus/Gemfile b/Docker/docker101-master/play-with-docker/Portus/Gemfile index e23be334..1a70277a 100644 --- a/Docker/docker101-master/play-with-docker/Portus/Gemfile +++ b/Docker/docker101-master/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", "~> 5.6.7" 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/Docker/docker101-master/play-with-docker/Portus/Gemfile.lock b/Docker/docker101-master/play-with-docker/Portus/Gemfile.lock index cf67c099..dc916042 100644 --- a/Docker/docker101-master/play-with-docker/Portus/Gemfile.lock +++ b/Docker/docker101-master/play-with-docker/Portus/Gemfile.lock @@ -186,6 +186,7 @@ GEM mysql2 (0.3.18) nenv (0.3.0) net-ldap (0.11) + nio4r (2.5.9) 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 (5.6.7) + 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 (~> 5.6.7) pundit quiet_assets rack-mini-profiler