Skip to content

Commit 7c53b6b

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:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b69aad commit 7c53b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emailable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
3030
s.add_development_dependency 'bundler'
3131
s.add_development_dependency 'rake', '~> 13.0'
3232
s.add_development_dependency 'amazing_print'
33-
s.add_development_dependency 'minitest', '~> 5.0'
33+
s.add_development_dependency 'minitest', '~> 6.0'
3434
s.add_development_dependency 'minitest-reporters'
3535
s.add_development_dependency 'activemodel'
3636
s.add_development_dependency 'rubocop-cache-ventures'

0 commit comments

Comments
 (0)