Skip to content

Commit

Permalink
Bump mocha from 2.6.0 to 2.7.1 (#1131)
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/freerange/mocha) from 2.6.0 to 2.7.1.
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.6.0...v2.7.1)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent fb68b2f commit 7e7881d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end

group :test do
gem 'minitest-reporters', '>= 0.5.0'
gem 'mocha', '~> 2.6'
gem 'mocha', '~> 2.7'
gem 'simplecov', require: false
gem 'webmock'
gem 'rails-controller-testing' # bring back compatibility with rails 4 assigns in controller tests.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ GEM
railties (>= 7.1)
stimulus-rails
turbo-rails
mocha (2.6.0)
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.3)
multi_xml (0.7.1)
Expand Down Expand Up @@ -562,7 +562,7 @@ DEPENDENCIES
memory_profiler
minitest-reporters (>= 0.5.0)
mission_control-jobs (~> 0.5.0)
mocha (~> 2.6)
mocha (~> 2.7)
mysql2
omniauth
omniauth-google-oauth2
Expand Down

0 comments on commit 7e7881d

Please sign in to comment.