Skip to content

Commit 5caf269

Browse files
Update minitest requirement from ~> 5.24.0 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.0...v5.25.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6526a52 commit 5caf269

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
@@ -14,6 +14,6 @@ group :development do
1414
end
1515
group :test do
1616
gem 'rake', '~> 13.2.1'
17-
gem 'minitest', '~> 5.24.0'
17+
gem 'minitest', '~> 5.25.1'
1818
end
1919
end

0 commit comments

Comments
 (0)