From 14f6a151be66254645a4829842051f815d6cd806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:26:18 +0000 Subject: [PATCH] Update mocha requirement from ~> 1.8 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.8.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 1603044..a3f118e 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development do gem "byebug", "~> 11.0" gem "m", "~> 1.5" gem "minitest", "~> 5.11" - gem "mocha", "~> 1.8" + gem "mocha", "~> 2.1" gem "pry", "~> 0.11" gem "rake", "~> 13.0" gem "chefstyle", "2.2.0"