From 1330b7269d629e539230c1c994e72676caa6ef70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:36:18 +0000 Subject: [PATCH] Bump mocha from 2.5.0 to 2.6.0 Bumps [mocha](https://github.com/freerange/mocha) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.5.0...v2.6.0) --- 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 065a4d64b7..de88072fc0 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.5.0' + gem 'mocha', '~> 2.6.0' # Factory bot for factories gem 'factory_bot_rails', '~> 6.4.4' diff --git a/Gemfile.lock b/Gemfile.lock index bf0f894c3d..ff88773587 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,7 +289,7 @@ GEM minitest (>= 5.0.6) minitest-utils (0.4.8) minitest - mocha (2.5.0) + mocha (2.6.0) 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.5.0) + mocha (~> 2.6.0) nokogiri (~> 1.16.7) omniauth-google-oauth2 (~> 1.2.0) omniauth-oauth2 (~> 1.8.0)