From 45990b5dde13b92ffd5d0d8b4ed3dd6eb155480b Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 14 Jun 2022 18:59:43 -0800 Subject: [PATCH] ! Dropping ruby 2.2 - 2.5. 2.6 is DTM soon too. [git-p4: depot-paths = "//src/minitest/dev/": change = 13440] --- History.rdoc | 3 ++- Rakefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/History.rdoc b/History.rdoc index 9aa6bc7..4ea9a6b 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,8 +1,9 @@ === 5.16.0 / 2022-06-14 -* 1 major enhancement: +* 2 major enhancements: * Added Minitest::TestTask. + * Dropping ruby 2.2 - 2.5. 2.6 is DTM soon too. * 11 minor enhancements: diff --git a/Rakefile b/Rakefile index a09f9a6..e906c2e 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ Hoe.spec "minitest" do license "MIT" - require_ruby_version [">= 2.2", "< 4.0"] + require_ruby_version [">= 2.6", "< 4.0"] end desc "Find missing expectations"