Skip to content

Commit

Permalink
Use the latest version of minitest.
Browse files Browse the repository at this point in the history
Now the real culprit of the random test failures has been fixed [1] we can use
the latest version of minitest.

[1] amco@96f84ae
  • Loading branch information
hainesr committed Jul 25, 2014
1 parent 36c9f3b commit d0054bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubyzip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec = Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2'
s.add_development_dependency 'rake', '~> 10.3'
s.add_development_dependency 'pry', '~> 0.10'
s.add_development_dependency 'minitest', '~> 5.2.0'
s.add_development_dependency 'minitest', '~> 5.4'
s.add_development_dependency 'coveralls', '~> 0.7'
end

0 comments on commit d0054bd

Please sign in to comment.