Merge pull request #5835 from consuldemocracy/dependabot/bundler/capistrano-rails-1.7.0
Bump capistrano-rails from 1.6.3 to 1.7.0
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -90,7 +90,7 @@ group :development do
|
|||||||
gem "capistrano", "~> 3.19.2", require: false
|
gem "capistrano", "~> 3.19.2", require: false
|
||||||
gem "capistrano-bundler", "~> 2.1.1", require: false
|
gem "capistrano-bundler", "~> 2.1.1", require: false
|
||||||
gem "capistrano-npm", "~> 1.0.3", require: false
|
gem "capistrano-npm", "~> 1.0.3", require: false
|
||||||
gem "capistrano-rails", "~> 1.6.3", require: false
|
gem "capistrano-rails", "~> 1.7.0", require: false
|
||||||
gem "capistrano3-delayed-job", "~> 1.7.6"
|
gem "capistrano3-delayed-job", "~> 1.7.6"
|
||||||
gem "capistrano3-puma", "~> 5.2.0"
|
gem "capistrano3-puma", "~> 5.2.0"
|
||||||
gem "erb_lint", "~> 0.9.0", require: false
|
gem "erb_lint", "~> 0.9.0", require: false
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ GEM
|
|||||||
capistrano (~> 3.1)
|
capistrano (~> 3.1)
|
||||||
capistrano-npm (1.0.3)
|
capistrano-npm (1.0.3)
|
||||||
capistrano (>= 3.0.0)
|
capistrano (>= 3.0.0)
|
||||||
capistrano-rails (1.6.3)
|
capistrano-rails (1.7.0)
|
||||||
capistrano (~> 3.1)
|
capistrano (~> 3.1)
|
||||||
capistrano-bundler (>= 1.1, < 3)
|
capistrano-bundler (>= 1.1, < 3)
|
||||||
capistrano3-delayed-job (1.7.6)
|
capistrano3-delayed-job (1.7.6)
|
||||||
@@ -336,7 +336,7 @@ GEM
|
|||||||
letter_opener (~> 1.9)
|
letter_opener (~> 1.9)
|
||||||
railties (>= 6.1)
|
railties (>= 6.1)
|
||||||
rexml
|
rexml
|
||||||
logger (1.6.5)
|
logger (1.6.6)
|
||||||
loofah (2.24.0)
|
loofah (2.24.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.12.0)
|
||||||
@@ -725,7 +725,7 @@ DEPENDENCIES
|
|||||||
capistrano (~> 3.19.2)
|
capistrano (~> 3.19.2)
|
||||||
capistrano-bundler (~> 2.1.1)
|
capistrano-bundler (~> 2.1.1)
|
||||||
capistrano-npm (~> 1.0.3)
|
capistrano-npm (~> 1.0.3)
|
||||||
capistrano-rails (~> 1.6.3)
|
capistrano-rails (~> 1.7.0)
|
||||||
capistrano3-delayed-job (~> 1.7.6)
|
capistrano3-delayed-job (~> 1.7.6)
|
||||||
capistrano3-puma (~> 5.2.0)
|
capistrano3-puma (~> 5.2.0)
|
||||||
capybara (~> 3.40.0)
|
capybara (~> 3.40.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user