From 10bca2de346510103a68a4875fa439d1e034e80b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:12:25 +0000 Subject: [PATCH] Update dependency capistrano-rails to '~> 1.6.3' --- api/Gemfile | 2 +- api/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Gemfile b/api/Gemfile index 53726324e..80f378a06 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -62,7 +62,7 @@ end gem 'capistrano', '~> 3.18', group: :development gem 'capistrano3-delayed-job', '~> 1.7.6' gem 'capistrano-passenger', '~> 0.2.1', group: :development -gem 'capistrano-rails', '~> 1.6.2', group: :development +gem 'capistrano-rails', '~> 1.6.3', group: :development gem 'capistrano-rvm', '~> 0.1.2', group: :development gem 'capistrano-yarn', '~> 2.0.2' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 446eb7067..ab0c6a353 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -296,7 +296,7 @@ DEPENDENCIES bootsnap capistrano (~> 3.18) capistrano-passenger (~> 0.2.1) - capistrano-rails (~> 1.6.2) + capistrano-rails (~> 1.6.3) capistrano-rvm (~> 0.1.2) capistrano-yarn (~> 2.0.2) capistrano3-delayed-job (~> 1.7.6)