Skip to content

Commit

Permalink
Update mocha requirement from ~> 1.2 to ~> 2.1
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.2.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 28, 2023
1 parent 5075488 commit af8d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxidized.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'bundler', '~> 2.2'
s.add_development_dependency 'git', '~> 1'
s.add_development_dependency 'minitest', '~> 5.18'
s.add_development_dependency 'mocha', '~> 1.2'
s.add_development_dependency 'mocha', '~> 2.1'
s.add_development_dependency 'pry', '~> 0.14.2'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rubocop', '~> 1.48.0'
Expand Down

0 comments on commit af8d7c0

Please sign in to comment.