From 3b873443c4a5c3adb99e758e845e13e2cdab6798 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 05:58:11 +0000 Subject: [PATCH] Bump mocha from 1.3.0 to 1.13.0 Bumps [mocha](https://github.com/freerange/mocha) from 1.3.0 to 1.13.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.13.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..37e9c7151510 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.13.0' gem 'rspec' gem 'rubocop', '>= 0.77.0' end diff --git a/Gemfile.lock b/Gemfile.lock index a2a8b4588813..2a14f784bc8b 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.13.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.13.0) octokit rake rspec