Skip to content

Commit 77a7001

Browse files
build(deps-dev): update minitest requirement from 6.0.3 to 6.0.4
Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.3...v6.0.4) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e8172c commit 77a7001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gemspec
44

55
group :test do
6-
gem "minitest", "6.0.3"
6+
gem "minitest", "6.0.4"
77

88
gem "ruby_memcheck", "3.0.1" if Gem::Platform.local.os == "linux"
99

0 commit comments

Comments
 (0)