Skip to content

Commit

Permalink
Merge pull request #20 from groovenauts/dependabot/bundler/capistrano…
Browse files Browse the repository at this point in the history
…-gte-3.7.0-and-lt-3.20.0

Update capistrano requirement from >= 3.7.0, < 3.19.0 to >= 3.7.0, < 3.20.0
  • Loading branch information
nagachika authored Jun 25, 2024
2 parents 6a132e0 + a523ccb commit 54d8386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "capistrano", ">= 3.7.0", "< 3.19.0"
spec.add_dependency "capistrano", ">= 3.7.0", "< 3.20.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 54d8386

Please sign in to comment.