Skip to content

Commit

Permalink
- After chatting w/ @y-yagi and others, decided to lower support to i…
Browse files Browse the repository at this point in the history
…nclude ruby 2.2.

[git-p4: depot-paths = "//src/minitest/dev/": change = 12329]
  • Loading branch information
zenspider committed Sep 29, 2019
1 parent 930ec0b commit 307ebdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 307ebdd

Please sign in to comment.