From c1a6345f0608698cdec7939a4288f2fe8004c9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 22:33:24 +0000 Subject: [PATCH] Bump capistrano3-puma from 5.0.4 to 5.2.0 Bumps [capistrano3-puma](https://github.com/seuros/capistrano-puma) from 5.0.4 to 5.2.0. - [Release notes](https://github.com/seuros/capistrano-puma/releases) - [Changelog](https://github.com/seuros/capistrano-puma/blob/master/CHANGELOG.md) - [Commits](https://github.com/seuros/capistrano-puma/compare/v5.0.4...v5.2.0) --- updated-dependencies: - dependency-name: capistrano3-puma dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bd086460f..b7355c84c 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ group :development do gem "capistrano-bundler", "~> 2.0", require: false gem "capistrano-rails", "~> 1.6.2", require: false gem "capistrano3-delayed-job", "~> 1.7.6" - gem "capistrano3-puma", "~> 5.0.4" + gem "capistrano3-puma", "~> 5.2.0" gem "erb_lint", "~> 0.0.37", require: false gem "github_changelog_generator", "~> 1.15.2" gem "mdl", "~> 0.11.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 58d583df5..cb4f8f825 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM capistrano3-delayed-job (1.7.6) capistrano (~> 3.0, >= 3.0.0) daemons (~> 1.3) - capistrano3-puma (5.0.4) + capistrano3-puma (5.2.0) capistrano (~> 3.7) capistrano-bundler puma (>= 4.0, < 6.0) @@ -714,7 +714,7 @@ DEPENDENCIES capistrano-bundler (~> 2.0) capistrano-rails (~> 1.6.2) capistrano3-delayed-job (~> 1.7.6) - capistrano3-puma (~> 5.0.4) + capistrano3-puma (~> 5.2.0) capybara (~> 3.35.3) capybara-webmock (~> 0.6.0) caxlsx (~> 3.1.0)