From 4af59b42bee04b29e2ef94f77a9720406dd16e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:50:27 +0000 Subject: [PATCH] Update mocha requirement from ~> 1.1 to ~> 2.1 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] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5ca732bb..8e164945 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.1" end group :integration do