From b2eec088babcc94bbc9c179ecc3a9623fbe09374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:14:09 +0000 Subject: [PATCH] Bump capistrano from 3.17.1 to 3.17.3 Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.17.1 to 3.17.3. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.17.1...v3.17.3) --- updated-dependencies: - dependency-name: capistrano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 2578da6eb..f14f7462c 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :test do end group :development do - gem "capistrano", "~> 3.17.1", require: false + gem "capistrano", "~> 3.17.3", require: false gem "capistrano-bundler", "~> 2.1.0", require: false gem "capistrano-rails", "~> 1.6.2", require: false gem "capistrano3-delayed-job", "~> 1.7.6" diff --git a/Gemfile.lock b/Gemfile.lock index a4d0cf05f..ab9bc1c6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,7 @@ GEM airbrake-ruby (~> 6.0) airbrake-ruby (6.2.0) rbtree3 (~> 0.5) - airbrussh (1.4.1) + airbrussh (1.4.2) sshkit (>= 1.6.1, != 1.7.0) akami (1.3.1) gyoku (>= 0.4.0) @@ -108,7 +108,7 @@ GEM uniform_notifier (~> 1.11) byebug (11.1.3) cancancan (3.4.0) - capistrano (3.17.1) + capistrano (3.17.3) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -365,9 +365,9 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.2.3) - net-scp (3.0.0) - net-ssh (>= 2.6.5, < 7.0.0) - net-ssh (6.1.0) + net-scp (4.0.0) + net-ssh (>= 2.6.5, < 8.0.0) + net-ssh (7.2.0) nio4r (2.5.8) nokogiri (1.15.4) mini_portile2 (~> 2.8.2) @@ -611,7 +611,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sshkit (1.21.2) + sshkit (1.21.5) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) terminal-table (3.0.2) @@ -681,7 +681,7 @@ DEPENDENCIES bullet (~> 7.0.3) byebug (~> 11.1.3) cancancan (~> 3.4.0) - capistrano (~> 3.17.1) + capistrano (~> 3.17.3) capistrano-bundler (~> 2.1.0) capistrano-rails (~> 1.6.2) capistrano3-delayed-job (~> 1.7.6)