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)