From 74afc5ba97f55fed627256f6d257935d56f73896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 06:29:25 +0000 Subject: [PATCH] build(deps-dev): update minitest-parallel_fork requirement 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](https://github.com/jeremyevans/minitest-parallel_fork/compare/1.3.1...2.0.0) --- updated-dependencies: - dependency-name: minitest-parallel_fork dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 54f34231474..b1850eab607 100644 --- a/Gemfile +++ b/Gemfile @@ -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"