Skip to content

Commit

Permalink
Upgrade to minitest 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Nov 8, 2012
1 parent afb1d24 commit 0e8b6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'connection_pool', '~> 0.9.2'
gem.add_dependency 'celluloid', '~> 0.12.0'
gem.add_dependency 'multi_json', '~> 1'
gem.add_development_dependency 'minitest', '~> 3'
gem.add_development_dependency 'minitest', '~> 4'
gem.add_development_dependency 'sinatra'
gem.add_development_dependency 'slim'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit 0e8b6fe

Please sign in to comment.