Skip to content

Commit

Permalink
Bump mocha from 2.5.0 to 2.6.1 (#690)
Browse files Browse the repository at this point in the history
* Bump mocha from 2.5.0 to 2.6.1

Bumps [mocha](https://github.com/freerange/mocha) from 2.5.0 to 2.6.1.
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.5.0...v2.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Nov 30, 2024
1 parent 17d204c commit 53e2e88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'rack-cors', '~> 2.0'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

group :test do
gem 'mocha', '~> 2.5.0', require: false
gem 'mocha', '~> 2.6.1', require: false
gem 'simplecov', '~> 0.22', require: false
gem 'simplecov-cobertura', '~> 2.1.0', 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 @@ -143,7 +143,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.2)
mocha (2.5.0)
mocha (2.6.1)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
net-imap (0.5.1)
Expand Down Expand Up @@ -295,7 +295,7 @@ DEPENDENCIES
good_job (~> 4.5)
has_scope (~> 0.8)
image_processing (~> 1.13.0)
mocha (~> 2.5.0)
mocha (~> 2.6.1)
pg (>= 1.2.3, < 2.0)
puma (~> 6.5)
pundit (~> 2.4)
Expand Down
4 changes: 2 additions & 2 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53e2e88

Please sign in to comment.