Skip to content

Commit f7e2e5b

Browse files
Update minitest requirement from 5.17.0 to 5.18.0
Updates the requirements on [minitest](https://github.com/seattlerb/minitest) to permit the latest version. - [Release notes](https://github.com/seattlerb/minitest/releases) - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.17.0...v5.18.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e1b9c6 commit f7e2e5b

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
@@ -4,7 +4,7 @@ gemspec
44

55
group :development do
66
gem "bundler"
7-
gem "minitest", "5.17.0"
7+
gem "minitest", "5.18.0"
88
gem "coveralls"
99
gem "rubocop", "~> 1.12.1"
1010
end

0 commit comments

Comments
 (0)