From 69acb80c4350cc87df9492000738968ac1d371cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 09:12:34 +0000 Subject: [PATCH] Update mocha requirement from ~> 1.8.0 to ~> 1.11.2 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/master/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v1.8.0...v1.11.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9b3c260..8ed8a0e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gemspec group :development do gem "coveralls", require: false - gem "mocha", "~> 1.8.0" + gem "mocha", "~> 1.11.2" gem "rake" gem "shoulda-context" gem "test-unit"