Skip to content

Commit a773818

Browse files
Update minitest requirement from ~> 5.0 to ~> 6.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.0.0...v6.0.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e7355c commit a773818

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
@@ -6,7 +6,7 @@ source 'https://rubygems.org'
66
gemspec
77

88
gem 'appraisal'
9-
gem 'minitest', '~> 5.0'
9+
gem 'minitest', '~> 6.0'
1010
gem 'minitest-reporters', '~> 1.7.1'
1111
gem 'rake', '~> 13.2'
1212
gem 'rubocop', '~> 1.73.2'

0 commit comments

Comments
 (0)