Skip to content

Commit

Permalink
Bump mocha from 2.4.5 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/freerange/mocha) from 2.4.5 to 2.5.0.
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.4.5...v2.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 5204428 commit 1f851b8
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.5'
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 @@ -257,7 +257,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.4.5)
mocha (2.5.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.3)
multi_xml (0.7.1)
Expand Down Expand Up @@ -544,7 +544,7 @@ DEPENDENCIES
local_time
memory_profiler
minitest-reporters (>= 0.5.0)
mocha (~> 2.0)
mocha (~> 2.5)
mysql2
omniauth
omniauth-google-oauth2
Expand Down

0 comments on commit 1f851b8

Please sign in to comment.