Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 27, 2024
1 parent 01abdd9 commit 9f68bfa
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 @@ -37,7 +37,7 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

group :test do
gem 'codecov', '~> 0.6.0', require: false
gem 'mocha', '~> 2.4.2', require: false
gem 'mocha', '~> 2.4.5', require: false
gem 'simplecov', '~> 0.21', require: false
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
mocha (2.4.2)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
mutex_m (0.2.0)
Expand Down Expand Up @@ -305,7 +305,7 @@ DEPENDENCIES
good_job (~> 4.1)
has_scope (~> 0.8)
image_processing (~> 1.12.2)
mocha (~> 2.4.2)
mocha (~> 2.4.5)
pg (>= 1.2.3, < 2.0)
puma (~> 6.4)
pundit (~> 2.3)
Expand Down

0 comments on commit 9f68bfa

Please sign in to comment.