From 3a5ebe80bf08040960a4c41deaf43f40845d5943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:52:42 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8dc91526e..522896017 100644 --- a/Gemfile +++ b/Gemfile @@ -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"