Update mocha requirement from ~> 1.16.0 to ~> 2.0.1 (#212)

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](https://github.com/freerange/mocha/compare/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>
This commit is contained in:
dependabot[bot] 2022-11-04 12:09:50 +01:00 committed by GitHub
parent d002043776
commit dce8d774d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"