Update mocha requirement from ~> 1.1 to ~> 2.1 (#6691)

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](https://github.com/freerange/mocha/compare/v1.1.0...v2.1.0)

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

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] 2023-09-26 13:52:42 -07:00 committed by GitHub
parent 525a82de1c
commit 3a5ebe80bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ group :test do
gem "m"
gem "minitest-sprint", "~> 1.0"
gem "minitest", "5.15.0"
gem "mocha", "~> 1.1"
gem "mocha", "~> 2.1"
gem "nokogiri", "~> 1.9"
gem "pry-byebug"
gem "pry", "~> 0.10"