Skip to content

Commit

Permalink
Bump mocha from 2.5.0 to 2.6.0 (#1107)
Browse files Browse the repository at this point in the history
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](freerange/mocha@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 9d23bc9 commit db95963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit db95963

Please sign in to comment.