Merge pull request #4092 from consul/dependabot/bundler/capistrano-rails-1.6.1
Bump capistrano-rails from 1.4.0 to 1.6.1
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -92,7 +92,7 @@ end
|
||||
group :development do
|
||||
gem "capistrano", "~> 3.10.1", require: false
|
||||
gem "capistrano-bundler", "~> 1.2", require: false
|
||||
gem "capistrano-rails", "~> 1.4.0", require: false
|
||||
gem "capistrano-rails", "~> 1.6.1", require: false
|
||||
gem "capistrano3-delayed-job", "~> 1.7.6"
|
||||
gem "capistrano3-puma", "~> 4.0.0"
|
||||
gem "erb_lint", require: false
|
||||
|
||||
@@ -105,9 +105,9 @@ GEM
|
||||
capistrano-bundler (1.3.0)
|
||||
capistrano (~> 3.1)
|
||||
sshkit (~> 1.2)
|
||||
capistrano-rails (1.4.0)
|
||||
capistrano-rails (1.6.1)
|
||||
capistrano (~> 3.1)
|
||||
capistrano-bundler (~> 1.1)
|
||||
capistrano-bundler (>= 1.1, < 3)
|
||||
capistrano3-delayed-job (1.7.6)
|
||||
capistrano (~> 3.0, >= 3.0.0)
|
||||
daemons (~> 1.3)
|
||||
@@ -631,7 +631,7 @@ DEPENDENCIES
|
||||
cancancan (~> 2.3.0)
|
||||
capistrano (~> 3.10.1)
|
||||
capistrano-bundler (~> 1.2)
|
||||
capistrano-rails (~> 1.4.0)
|
||||
capistrano-rails (~> 1.6.1)
|
||||
capistrano3-delayed-job (~> 1.7.6)
|
||||
capistrano3-puma (~> 4.0.0)
|
||||
capybara (~> 3.29.0)
|
||||
|
||||
Reference in New Issue
Block a user