about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-26 21:20:45 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-26 21:24:15 +0000
commit0298a6743f2cadf8c8e47a298c5b35505b74af46 (patch)
tree9228debf3e67c8a4705499d36bd35b32e57f8b87
parent567e6ce5dba5ad2cca2cca8c64123e27939bff2b (diff)
downloadrainbows-0298a6743f2cadf8c8e47a298c5b35505b74af46.tar.gz
Might as well go with the latest and greatest,
it has saner defaults at least.
-rw-r--r--rainbows.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index 6d5f990..1d3ce0d 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
 
   # we need Unicorn for the HTTP parser and process management
   s.add_dependency(%q<unicorn>, ["~> 2.0.0pre3"])
-  s.add_development_dependency(%q<isolate>, "~> 2.1.2")
+  s.add_development_dependency(%q<isolate>, "~> 3.0.0")
 
   # optional runtime dependencies depending on configuration
   # see t/test_isolate.rb for the exact versions we've tested with