From 7c10509226bc8609aa227709ac5520d49c2ab3a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 06:15:11 +0000 Subject: [PATCH] Bump mocha from 1.3.0 to 1.12.0 Bumps [mocha](https://github.com/freerange/mocha) from 1.3.0 to 1.12.0. - [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.3.0...v1.12.0) 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..779d1e70c887 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.12.0' gem 'rspec' gem 'rubocop', '>= 0.77.0' end diff --git a/Gemfile.lock b/Gemfile.lock index a2a8b4588813..867a489f06a0 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.12.0) 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.12.0) octokit rake rspec