From 40b3fa9594f3e9702ee9348ef283a09d6762627c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:17:22 +0000 Subject: [PATCH] Update dependency capistrano to '~> 3.19', '>= 3.19.2' --- api/Gemfile | 2 +- api/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Gemfile b/api/Gemfile index adbf8f301..e1fea4702 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -64,7 +64,7 @@ group :development do end # Use Capistrano for deployment -gem 'capistrano', '~> 3.19', '>= 3.19.1', group: :development +gem 'capistrano', '~> 3.19', '>= 3.19.2', group: :development gem 'capistrano3-delayed-job', '~> 1.7.6' gem 'capistrano-passenger', '~> 0.2.1', group: :development gem 'capistrano-rails', '~> 1.6.3', group: :development diff --git a/api/Gemfile.lock b/api/Gemfile.lock index d6a6b893c..b104c5a0c 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -153,7 +153,7 @@ GEM i18n (>= 1.8.11, < 2) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.0) irb (1.14.3) @@ -316,7 +316,7 @@ DEPENDENCIES annotate (~> 3.2) bcrypt_pbkdf bootsnap - capistrano (~> 3.19, >= 3.19.1) + capistrano (~> 3.19, >= 3.19.2) capistrano-passenger (~> 0.2.1) capistrano-rails (~> 1.6.3) capistrano-rvm (~> 0.1.2)