Skip to content

Commit f5d7564

Browse files
Update capistrano requirement from >= 3.7.0, < 3.20.0 to >= 3.7.0, < 3.21.0
Updates the requirements on [capistrano](https://github.com/capistrano/capistrano) to permit the latest version. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](capistrano/capistrano@v3.7.0...v3.20.0) --- updated-dependencies: - dependency-name: capistrano dependency-version: 3.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54d8386 commit f5d7564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capistrano-scm-git_with_submodule_and_resolv_symlinks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2020
spec.require_paths = ["lib"]
2121

22-
spec.add_dependency "capistrano", ">= 3.7.0", "< 3.20.0"
22+
spec.add_dependency "capistrano", ">= 3.7.0", "< 3.21.0"
2323
spec.add_development_dependency "bundler"
2424
spec.add_development_dependency "rake"
2525
spec.add_development_dependency "rspec", "~> 3.0"

0 commit comments

Comments
 (0)