Skip to content

Commit 4a9347d

Browse files
Update mocha requirement from ~> 2.1 to ~> 3.0
Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](freerange/mocha@v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 3.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54d8386 commit 4a9347d

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
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
2323
spec.add_development_dependency "bundler"
2424
spec.add_development_dependency "rake"
2525
spec.add_development_dependency "rspec", "~> 3.0"
26-
spec.add_development_dependency "mocha", "~> 2.1"
26+
spec.add_development_dependency "mocha", "~> 3.0"
2727
end

0 commit comments

Comments
 (0)