Skip to content

Commit

Permalink
Merge pull request #174 from hainesr/latest-minitest
Browse files Browse the repository at this point in the history
Use the latest version of minitest.
  • Loading branch information
simonoff committed Jul 26, 2014
2 parents 36c9f3b + d0054bd commit 7869cba
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 7869cba

Please sign in to comment.