Skip to content

Commit

Permalink
Update mocha requirement from ~> 1.1 to ~> 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.
- [Release notes](https://github.com/freerange/mocha/releases)
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v1.1.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2022
1 parent 66c87a4 commit 2940bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion word-to-markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency('sys-proctable', '~> 1.0')

s.add_development_dependency('minitest', '~> 5.0')
s.add_development_dependency('mocha', '~> 1.1')
s.add_development_dependency('mocha', '~> 2.0')
s.add_development_dependency('pry', '~> 0.10')
s.add_development_dependency('rake', '~> 13.0')
s.add_development_dependency('rubocop', '~> 1.0')
Expand Down

0 comments on commit 2940bc9

Please sign in to comment.