From 598e0ae209f73defa63ba4f26b08c6dd079a35d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 16:48:59 +0000 Subject: [PATCH] Bump mocha from 1.3.0 to 1.11.2 Bumps [mocha](https://github.com/freerange/mocha) from 1.3.0 to 1.11.2. - [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.3.0...v1.11.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 62dae70bdfb0..8a8ec10847b5 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'binding_of_caller' gem 'rake' group :test do - gem 'mocha', '~> 1.3.0' + gem 'mocha', '~> 1.11.2' gem 'rspec' gem 'rubocop', '>= 0.77.0' end diff --git a/Gemfile.lock b/Gemfile.lock index a2a8b4588813..3c5e5c8445cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,10 +19,8 @@ GEM i18n (1.6.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - metaclass (0.0.4) minitest (5.11.3) - mocha (1.3.0) - metaclass (~> 0.0.1) + mocha (1.11.2) multipart-post (2.0.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -67,7 +65,7 @@ PLATFORMS DEPENDENCIES activesupport binding_of_caller - mocha (~> 1.3.0) + mocha (~> 1.11.2) octokit rake rspec