Skip to content

Commit

Permalink
Relax minitest-reporters version to work with activerecord 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Feb 11, 2015
1 parent 5c2dc42 commit 235f7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strip_attributes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "active_attr", "~> 0.7"
spec.add_development_dependency "minitest-matchers", "~> 1.2"
spec.add_development_dependency "minitest", ">= 4.7", "< 6.0"
spec.add_development_dependency "minitest-reporters", "~> 1.0"
spec.add_development_dependency "minitest-reporters", ">= 0.14.24"
spec.add_development_dependency "rake", "~> 10.1.1" # 10.2 requires ruby 1.9
end

0 comments on commit 235f7c8

Please sign in to comment.