From fb7fd640b349a3c93321564eecdcf3cc719eda42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:40:23 +0000 Subject: [PATCH] Bump capistrano from 3.17.3 to 3.18.0 Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.17.3 to 3.18.0. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.17.3...v3.18.0) --- updated-dependencies: - dependency-name: capistrano dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 72d87b00..f6892a89 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ group :development, :test do end group :development do - gem 'capistrano', '~> 3.17.1', require: false + gem 'capistrano', '~> 3.18.0', require: false gem 'capistrano-bundler', '~> 2.1', require: false gem 'capistrano-rails', '~> 1.4', require: false gem 'capistrano-rbenv', '~> 2.0' # required diff --git a/Gemfile.lock b/Gemfile.lock index a2d3ece2..e0fe8b9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM zeitwerk (~> 2.3) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - airbrussh (1.4.2) + airbrussh (1.5.0) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.2) autoprefixer-rails (10.4.15.0) @@ -82,7 +82,7 @@ GEM bundler (>= 1.2.0, < 3) thor (~> 1.0) byebug (11.1.3) - capistrano (3.17.3) + capistrano (3.18.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -358,7 +358,7 @@ DEPENDENCIES brakeman (~> 6.0) bundler-audit (~> 0.9.1) byebug - capistrano (~> 3.17.1) + capistrano (~> 3.18.0) capistrano-bundler (~> 2.1) capistrano-rails (~> 1.4) capistrano-rbenv (~> 2.0)