Skip to content

Commit

Permalink
Update minitest dependency to ~> 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 29, 2012
1 parent 2296340 commit a6e09a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.add_dependency('i18n', '~> 0.6')
s.add_dependency('multi_json', '~> 1.3')
s.add_dependency('tzinfo', '~> 0.3.33')
s.add_dependency('minitest', '~> 3.2')
s.add_dependency('minitest', '~> 4.0')
end

0 comments on commit a6e09a5

Please sign in to comment.