From dce8d774d2bdc77e69ebcb38b3ea4726f8d3f4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:09:50 +0100 Subject: [PATCH] Update mocha requirement from ~> 1.16.0 to ~> 2.0.1 (#212) 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.16.0...v2.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 0c4ae09..56a042b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ gem "rake" gem "memory_profiler", require: false gem "minitest" gem "minitest-reporters" -gem "mocha", "~> 1.16.0" +gem "mocha", "~> 2.0.1" gem "rubocop", require: false gem "yard"