From 80ca31f83e52e248329483ff20d57f202d035ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:39:58 +0000 Subject: [PATCH] Bump capistrano3-puma from 6.0.0 to 6.2.0 Bumps [capistrano3-puma](https://github.com/seuros/capistrano-puma) from 6.0.0 to 6.2.0. - [Changelog](https://github.com/seuros/capistrano-puma/blob/master/CHANGELOG.md) - [Commits](https://github.com/seuros/capistrano-puma/compare/v6.0.0...v6.2.0) --- updated-dependencies: - dependency-name: capistrano3-puma dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 405321d49..11ddab300 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :development do gem "capistrano-npm", "~> 1.0.3", require: false gem "capistrano-rails", "~> 1.7.0", require: false gem "capistrano3-delayed-job", "~> 1.7.6" - gem "capistrano3-puma", "~> 6.0.0" + gem "capistrano3-puma", "~> 6.2.0" gem "erb_lint", "~> 0.9.0", require: false gem "faraday-retry", "~> 2.3.1", require: false gem "htmlbeautifier", "~> 1.4.3", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1e456c945..7e55c3e34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM capistrano3-delayed-job (1.7.6) capistrano (~> 3.0, >= 3.0.0) daemons (~> 1.3) - capistrano3-puma (6.0.0) + capistrano3-puma (6.2.0) capistrano (~> 3.7) capistrano-bundler puma (>= 5.1, < 7.0) @@ -444,7 +444,7 @@ GEM omniauth-oauth (~> 1.1) rack orm_adapter (0.5.0) - ostruct (0.6.1) + ostruct (0.6.2) parallel (1.27.0) paranoia (3.0.1) activerecord (>= 6, < 8.1) @@ -757,7 +757,7 @@ DEPENDENCIES capistrano-npm (~> 1.0.3) capistrano-rails (~> 1.7.0) capistrano3-delayed-job (~> 1.7.6) - capistrano3-puma (~> 6.0.0) + capistrano3-puma (~> 6.2.0) capybara (~> 3.40.0) capybara-webmock (~> 0.7.0) caxlsx (~> 4.2.0)