Skip to content

Commit

Permalink
Update mocha requirement from ~> 2.2.0 to ~> 2.3.0 (#303)
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@v2.2.0...v2.3.0)

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

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 May 20, 2024
1 parent beefcaf commit 6b9c4ff
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", "~> 2.2.0"
gem "mocha", "~> 2.3.0"
gem "rubocop", require: false
gem "yard"

0 comments on commit 6b9c4ff

Please sign in to comment.