Skip to content

Commit

Permalink
Update mocha requirement from ~> 0.14 to ~> 2.4
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@v0.14.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 8f4a103 commit 0a26da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotoscope.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.extensions = ["ext/rotoscope/extconf.rb"]

s.add_development_dependency("minitest", "~> 5.0")
s.add_development_dependency("mocha", "~> 0.14")
s.add_development_dependency("mocha", "~> 2.4")
s.add_development_dependency("rake-compiler", "~> 1.2")
end

0 comments on commit 0a26da7

Please sign in to comment.