From 570a57c07fd8c3d24b7337637e0dd30136b3a11a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 27 Oct 2010 23:06:45 +0000 Subject: gemspec: depend on Isolate 3.0.0 for dev No reason to not use the latest and greatest! --- unicorn.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn.gemspec b/unicorn.gemspec index 2fdb6d3..968d04f 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -50,7 +50,7 @@ Gem::Specification.new do |s| s.add_dependency(%q) s.add_dependency(%q, '~> 1.3.1') - s.add_development_dependency('isolate', '~> 2.1.2') + s.add_development_dependency('isolate', '~> 3.0.0') # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems end -- cgit v1.2.3-24-ge0c7