Skip to content

Commit 1e6c11b

Browse files
build(deps-dev): update minitest requirement from 5.25.4 to 5.25.5
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@v5.25.4...v5.25.5) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90937d3 commit 1e6c11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
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", "5.25.4"
6+
gem "minitest", "5.25.5"
77

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

0 commit comments

Comments
 (0)