Skip to content

Commit

Permalink
build(deps-dev): update minitest-parallel_fork requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [minitest-parallel_fork](https://github.com/jeremyevans/minitest-parallel_fork) to permit the latest version.
- [Changelog](https://github.com/jeremyevans/minitest-parallel_fork/blob/master/CHANGELOG)
- [Commits](jeremyevans/minitest-parallel_fork@1.3.1...2.0.0)

---
updated-dependencies:
- dependency-name: minitest-parallel_fork
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 50d6721 commit 74afc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ group :development do

# tests
gem "minitest", "5.20.0"
gem "minitest-parallel_fork", "1.3.1"
gem "minitest-parallel_fork", "2.0.0"
gem "ruby_memcheck", "2.2.1"
gem "rubyzip", "~> 2.3.2"
gem "simplecov", "= 0.21.2"
Expand Down

0 comments on commit 74afc5b

Please sign in to comment.