Bump capistrano-rails from 1.6.3 to 1.7.0
Note we aren't updating concurrent-ruby (which Dependabot would have updated) due to an incompatibility with Rails 7.0. Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/capistrano/rails/releases) - [Commits](https://github.com/capistrano/rails/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: capistrano-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
a94ba293c5
commit
b71bf4a1ef
2
Gemfile
2
Gemfile
@@ -90,7 +90,7 @@ group :development do
|
||||
gem "capistrano", "~> 3.19.2", require: false
|
||||
gem "capistrano-bundler", "~> 2.1.1", 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-puma", "~> 5.2.0"
|
||||
gem "erb_lint", "~> 0.9.0", require: false
|
||||
|
||||
@@ -120,7 +120,7 @@ GEM
|
||||
capistrano (~> 3.1)
|
||||
capistrano-npm (1.0.3)
|
||||
capistrano (>= 3.0.0)
|
||||
capistrano-rails (1.6.3)
|
||||
capistrano-rails (1.7.0)
|
||||
capistrano (~> 3.1)
|
||||
capistrano-bundler (>= 1.1, < 3)
|
||||
capistrano3-delayed-job (1.7.6)
|
||||
@@ -336,7 +336,7 @@ GEM
|
||||
letter_opener (~> 1.9)
|
||||
railties (>= 6.1)
|
||||
rexml
|
||||
logger (1.6.5)
|
||||
logger (1.6.6)
|
||||
loofah (2.24.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
@@ -725,7 +725,7 @@ DEPENDENCIES
|
||||
capistrano (~> 3.19.2)
|
||||
capistrano-bundler (~> 2.1.1)
|
||||
capistrano-npm (~> 1.0.3)
|
||||
capistrano-rails (~> 1.6.3)
|
||||
capistrano-rails (~> 1.7.0)
|
||||
capistrano3-delayed-job (~> 1.7.6)
|
||||
capistrano3-puma (~> 5.2.0)
|
||||
capybara (~> 3.40.0)
|
||||
|
||||
Reference in New Issue
Block a user