Skip to content

Commit

Permalink
Merge pull request #13231 from chancancode/upgrade_minitest
Browse files Browse the repository at this point in the history
Upgrade minitest version
  • Loading branch information
guilleiguaran committed Dec 8, 2013
2 parents f86c830 + 849dbb5 commit cad9eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|
s.add_dependency 'i18n', '~> 0.6', '>= 0.6.4'
s.add_dependency 'json', '~> 1.7', '>= 1.7.7'
s.add_dependency 'tzinfo', '~> 1.1'
s.add_dependency 'minitest', '~> 5.0'
s.add_dependency 'minitest', '~> 5.1'
s.add_dependency 'thread_safe','~> 0.1'
end

0 comments on commit cad9eb1

Please sign in to comment.