From 40ca1976816e8f0e458c607e034ce1ca412eb036 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sun, 3 May 2015 09:21:08 -0400 Subject: update minitest gem to 5.x, add Ruby 2.2 test target Follows #213 Closes #212 --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 7c15d95..79957ab 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ class Hoe end gem 'rake-compiler', '>= 0.4.1' -gem 'minitest', '~> 4.0' +gem 'minitest', '~> 5.0' require "rake/extensiontask" Hoe.plugin :doofus, :git, :gemspec @@ -24,7 +24,7 @@ $hoe = Hoe.spec 'psych' do self.testlib = :minitest extra_dev_deps << ['rake-compiler', '>= 0.4.1'] - extra_dev_deps << ['minitest', '~> 4.0'] + extra_dev_deps << ['minitest', '~> 5.0'] self.spec_extras = { :extensions => ["ext/psych/extconf.rb"], -- cgit v1.2.3