From 059d358aecdca2d110cb08d8d17c4877820b27ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:03:12 +0000 Subject: [PATCH] Bump capistrano-rails from 1.6.3 to 1.7.0 Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/capistrano/rails/releases) - [Commits](https://github.com/capistrano/rails/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: capistrano-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 910370aeb3..83060bc665 100644 --- a/Gemfile +++ b/Gemfile @@ -91,7 +91,7 @@ gem 'annotate', '~> 3.2.0' # Use Capistrano for deployment gem 'capistrano3-delayed-job', '~> 1.7.6' gem 'capistrano-passenger', '~> 0.2.1', group: :development -gem 'capistrano-rails', '~> 1.6.3', group: :development +gem 'capistrano-rails', '~> 1.7.0', group: :development gem 'capistrano-rvm', '~> 0.1.2', group: :development gem 'capistrano-yarn', '~> 2.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index ad64ced914..3a2df9d529 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM after_commit_everywhere (1.5.0) activerecord (>= 4.2) activesupport - airbrussh (1.4.1) + airbrussh (1.5.3) sshkit (>= 1.6.1, != 1.7.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) @@ -98,16 +98,16 @@ GEM msgpack (~> 1.2) builder (3.3.0) byebug (11.1.3) - capistrano (3.17.3) + capistrano (3.19.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - capistrano-bundler (2.1.0) + capistrano-bundler (2.1.1) capistrano (~> 3.1) capistrano-passenger (0.2.1) capistrano (~> 3.0) - capistrano-rails (1.6.3) + capistrano-rails (1.7.0) capistrano (~> 3.1) capistrano-bundler (>= 1.1, < 3) capistrano-rvm (0.1.2) @@ -308,9 +308,11 @@ GEM timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) + net-sftp (4.0.0) + net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.0) net-protocol - net-ssh (7.1.0) + net-ssh (7.3.0) nio4r (2.7.4) nokogiri (1.17.2-x86_64-linux) racc (~> 1.4) @@ -516,9 +518,12 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sshkit (1.21.5) + 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.2) swd (2.0.3) @@ -576,7 +581,7 @@ DEPENDENCIES builder (~> 3.3.0) byebug (~> 11.1.3) capistrano-passenger (~> 0.2.1) - capistrano-rails (~> 1.6.3) + capistrano-rails (~> 1.7.0) capistrano-rvm (~> 0.1.2) capistrano-yarn (~> 2.0.2) capistrano3-delayed-job (~> 1.7.6)