about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--rainbows.gemspec2
-rw-r--r--t/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index 452b8cd..3f0d4a0 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -47,7 +47,7 @@ Gem::Specification.new do |s|
   # Unicorn 0.991.0 handles config.ru when started outside of
   # the prespecified working_directory
   s.add_dependency(%q<unicorn>, [">= 1.1.0", "< 2.0.0"])
-  s.add_development_dependency(%q<isolate>, "~> 2.0.2")
+  s.add_development_dependency(%q<isolate>, "~> 2.1.0")
 
   # optional runtime dependencies depending on configuration
   # see t/test_isolate.rb for the exact versions we've tested with
diff --git a/t/README b/t/README
index 83b0501..680e74e 100644
--- a/t/README
+++ b/t/README
@@ -12,7 +12,7 @@ easily portable to non-Ruby web servers.
 == Requirements
 
 * {Ruby 1.8 or 1.9}[http://www.ruby-lang.org/] (duh!)
-* {isolate ~> 2.0.2}[http://github.com/jbarnette/isolate] - for dependencies
+* {isolate ~> 2.1.0}[http://github.com/jbarnette/isolate] - for dependencies
 * {GNU make}[http://www.gnu.org/software/make/]
 * {socat}[http://www.dest-unreach.org/socat/]
 * {curl >= 7.18.0}[http://curl.haxx.se/]