about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--rainbows.gemspec2
-rw-r--r--t/test_isolate.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index 8ccb075..0b78a18 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -46,7 +46,7 @@ Gem::Specification.new do |s|
   # we need Unicorn for the HTTP parser and process management
   # 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_dependency(%q<unicorn>, [">= 1.1.1", "< 2.0.0"])
   s.add_development_dependency(%q<isolate>, "~> 2.1.0")
 
   # optional runtime dependencies depending on configuration
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index c37e9c9..f4b4b77 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -15,7 +15,7 @@ $stdout.reopen($stderr)
 
 Isolate.now!(opts) do
   gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0
-  gem 'unicorn', '1.1.0'
+  gem 'unicorn', '1.1.1'
 
   if engine == "ruby"
     gem 'sendfile', '1.0.0' # next Rubinius should support this