Merge pull request #4928 from consul/dependabot/bundler/master/capistrano-3.17.1

Bump capistrano from 3.16.0 to 3.17.1
This commit is contained in:
Javi Martín
2022-08-25 18:45:30 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ group :test do
end
group :development do
gem "capistrano", "~> 3.16.0", require: false
gem "capistrano", "~> 3.17.1", 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"