- After chatting w/ @y-yagi and others, decided to lower support to include ruby 2.2.

[git-p4: depot-paths = "//src/minitest/dev/": change = 12329]
This commit is contained in:
Ryan Davis 2019-09-28 16:24:35 -08:00
parent 930ec0ba2e
commit 307ebdd386
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.3"
require_ruby_version "~> 2.2"
end
desc "Find missing expectations"