Skip to content

Commit 3c06f0a

Browse files
build(deps-dev): update minitest requirement from 5.24.1 to 5.25.1
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.24.1...v5.25.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33208e3 commit 3c06f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group :development do
1717
gem "rexical", "1.0.8"
1818

1919
# tests
20-
gem "minitest", "5.24.1"
20+
gem "minitest", "5.25.1"
2121
gem "minitest-parallel_fork", "2.0.0"
2222
gem "ruby_memcheck", "3.0.0"
2323
gem "rubyzip", "~> 2.3.2"

0 commit comments

Comments
 (0)