- Bumped ruby version to include 3.0 (trunk).

[git-p4: depot-paths = "//src/minitest/dev/": change = 12821]
This commit is contained in:
Ryan Davis 2020-08-31 15:31:32 -08:00
parent acbcece58e
commit 9713c55362
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Hoe.spec "minitest" do
license "MIT"
require_ruby_version "~> 2.2"
require_ruby_version [">= 2.2", "< 3.1"]
end
desc "Find missing expectations"