From 32beda48070dacfc59a826829898ec1b2cef2b48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:07:23 +0000 Subject: [PATCH] Update dependency capistrano to '~> 3.19', '>= 3.19.1' --- api/Gemfile | 2 +- api/Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/api/Gemfile b/api/Gemfile index e28e74a11..5f52de145 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -64,7 +64,7 @@ group :development do end # Use Capistrano for deployment -gem 'capistrano', '~> 3.18', '>= 3.18.1', group: :development +gem 'capistrano', '~> 3.19', '>= 3.19.1', 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 d6505a2cb..19296efa2 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -85,7 +85,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - airbrussh (1.5.2) + airbrussh (1.5.3) sshkit (>= 1.6.1, != 1.7.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) @@ -97,7 +97,7 @@ GEM bootsnap (1.18.3) msgpack (~> 1.2) builder (3.3.0) - capistrano (3.18.1) + capistrano (3.19.1) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -188,11 +188,12 @@ GEM net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.0) net-protocol - net-ssh (7.2.3) + net-ssh (7.3.0) nio4r (2.7.3) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) + ostruct (0.6.0) parallel (1.26.3) parser (3.3.5.0) ast (~> 2.4.1) @@ -277,11 +278,12 @@ GEM sentry-ruby (5.17.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sshkit (1.23.0) + sshkit (1.23.2) base64 net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) + ostruct stackprof (0.2.26) stringio (3.1.1) thor (1.3.1) @@ -304,7 +306,7 @@ DEPENDENCIES annotate (~> 3.2) bcrypt_pbkdf bootsnap - capistrano (~> 3.18, >= 3.18.1) + capistrano (~> 3.19, >= 3.19.1) capistrano-passenger (~> 0.2.1) capistrano-rails (~> 1.6.3) capistrano-rvm (~> 0.1.2)