Skip to content

Commit

Permalink
Update mocha requirement from ~> 1.16.0 to ~> 2.0.1 (#212)
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.16.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2022
1 parent d002043 commit dce8d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem "rake"
gem "memory_profiler", require: false
gem "minitest"
gem "minitest-reporters"
gem "mocha", "~> 1.16.0"
gem "mocha", "~> 2.0.1"
gem "rubocop", require: false
gem "yard"

0 comments on commit dce8d77

Please sign in to comment.