about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-30 22:26:27 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-30 22:26:27 -0700
commit8d7fe29b5d78fdf8fd227898a9290fa526983eac (patch)
tree56b00326861f8c8cb2c24de636a93fb81d789fa3
parentb96822f15c9ede2a0053afeb1a5f43d3df7d7d3d (diff)
downloadrainbows-8d7fe29b5d78fdf8fd227898a9290fa526983eac.tar.gz
Unicorn 0.93.5 came to be so the heartbeat tests could
pass consistently.
-rw-r--r--local.mk.sample2
-rw-r--r--rainbows.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/local.mk.sample b/local.mk.sample
index 29a5f63..787883d 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -6,7 +6,7 @@
 
 DLEXT := so
 gems := rack-1.0.1
-# gems += unicorn-0.93.3 # installed via setup.rb
+# gems += unicorn-0.93.5 # installed via setup.rb
 gems += rev-0.3.1 iobuffer-0.1.1
 gems += eventmachine-0.12.10
 gems += async_sinatra-0.1.5 sinatra-0.9.4
diff --git a/rainbows.gemspec b/rainbows.gemspec
index 4674fd8..dea8603 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
   s.test_files = test_files
 
   # we need Unicorn for the HTTP parser and process management
-  s.add_dependency(%q<unicorn>, ["~> 0.93.4"])
+  s.add_dependency(%q<unicorn>, ["~> 0.93.5"])
 
   # Unicorn already depends on Rack
   # s.add_dependency(%q<rack>)