From db959636de1898843c26db4a4c024ad51613a357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:32:24 -0500 Subject: [PATCH] Bump mocha from 2.5.0 to 2.6.0 (#1107) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 1753513e5..f151a0baf --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ end group :test do gem 'minitest-reporters', '>= 0.5.0' - gem 'mocha', '~> 2.0' + gem 'mocha', '~> 2.6' gem 'simplecov', require: false gem 'webmock' gem 'rails-controller-testing' # bring back compatibility with rails 4 assigns in controller tests. diff --git a/Gemfile.lock b/Gemfile.lock index 8d3a2be93..6cef924cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM railties (>= 7.1) stimulus-rails turbo-rails - mocha (2.5.0) + mocha (2.6.0) ruby2_keywords (>= 0.0.5) msgpack (1.7.3) multi_xml (0.7.1) @@ -573,7 +573,7 @@ DEPENDENCIES memory_profiler minitest-reporters (>= 0.5.0) mission_control-jobs - mocha (~> 2.0) + mocha (~> 2.6) mysql2 omniauth omniauth-google-oauth2