Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit e26a602

Browse files
Update minitest requirement from ~> 5.18.0 to ~> 5.19.0
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.18.0...v5.19.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5086d69 commit e26a602

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.0.0'
17-
gem 'minitest', '~> 5.18.0'
17+
gem 'minitest', '~> 5.19.0'
1818
end
1919
end

0 commit comments

Comments
 (0)