From 26084469db7fca1b59b24e36a4d1fd3a23287f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:07:00 +0000 Subject: [PATCH] Update mocha requirement from ~> 1.1 to ~> 2.0 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.1.0...v2.0.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5ca732bb..82e47b4f 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ group :test do # but it's close enough to show the gempath handler can find a plugin # See test/unit/ gem "train-test-fixture", path: "test/fixtures/plugins/train-test-fixture" - gem "mocha", "~> 1.1" + gem "mocha", "~> 2.0" end group :integration do