From ec74110e02e92f2913c6e12ce79924d797ef8c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:58:26 +0000 Subject: [PATCH] Bump mocha from 2.6.1 to 2.7.1 Bumps [mocha](https://github.com/freerange/mocha) from 2.6.1 to 2.7.1. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.6.1...v2.7.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 761b391279..4652742e2a 100644 --- a/Gemfile +++ b/Gemfile @@ -142,7 +142,7 @@ gem 'counter_culture', '~> 3.8' group :development, :test do # Use mocha for stubbing and mocking - gem 'mocha', '~> 2.6.1' + gem 'mocha', '~> 2.7.1' # Factory bot for factories gem 'factory_bot_rails', '~> 6.4.4' diff --git a/Gemfile.lock b/Gemfile.lock index 27ae6e2bee..422d287ca8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,7 +289,7 @@ GEM minitest (>= 5.0.6) minitest-utils (0.4.8) minitest - mocha (2.6.1) + mocha (2.7.1) ruby2_keywords (>= 0.0.5) msgpack (1.7.5) multi_json (1.15.0) @@ -614,7 +614,7 @@ DEPENDENCIES memory_profiler (~> 1.1.0) minitest-ci (~> 3.4.0) minitest-utils (~> 0.4.8) - mocha (~> 2.6.1) + mocha (~> 2.7.1) nokogiri (~> 1.16.7) omniauth-google-oauth2 (~> 1.2.0) omniauth-oauth2 (~> 1.8.0)