Skip to content

Commit

Permalink
Update mocha requirement from ~> 1.7.0 to ~> 2.2.0
Browse files Browse the repository at this point in the history
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@v1.7.0...v2.2.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 653c56b commit 847f436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverband.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest", "= 5.18.1"
spec.add_development_dependency "minitest-fork_executor"
spec.add_development_dependency "minitest-stub-const"
spec.add_development_dependency "mocha", "~> 1.7.0"
spec.add_development_dependency "mocha", "~> 2.2.0"
spec.add_development_dependency "rack"
spec.add_development_dependency "rack-test"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 847f436

Please sign in to comment.