Skip to content

Commit 1685d33

Browse files
Update minitest requirement from ~> 5.22.2 to ~> 5.23.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.22.2...v5.23.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d29e9f7 commit 1685d33

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.22.2'
17+
gem 'minitest', '~> 5.23.0'
1818
end
1919
end

0 commit comments

Comments
 (0)