Skip to content

Commit ef1ce9e

Browse files
Update minitest requirement from ~> 5.27 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.27.0...v6.0.1) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8b88f4 commit ef1ce9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
gem 'appraisal'
99
gem 'byebug'
1010
gem 'm'
11-
gem 'minitest', '~> 5.27' # TODO: relax when the minimum required Rails version will include rails/rails@99395e1ea401acbc23d4f6b2a8657cdb82f921bd
11+
gem 'minitest', '~> 6.0' # TODO: relax when the minimum required Rails version will include rails/rails@99395e1ea401acbc23d4f6b2a8657cdb82f921bd
1212
gem 'mocha'
1313
gem 'rake'
1414
gem 'rubocop'

0 commit comments

Comments
 (0)