about summary refs log tree commit homepage
path: root/rainbows.gemspec
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 /rainbows.gemspec
parentb96822f15c9ede2a0053afeb1a5f43d3df7d7d3d (diff)
downloadrainbows-8d7fe29b5d78fdf8fd227898a9290fa526983eac.tar.gz
Unicorn 0.93.5 came to be so the heartbeat tests could
pass consistently.
Diffstat (limited to 'rainbows.gemspec')
-rw-r--r--rainbows.gemspec2
1 files changed, 1 insertions, 1 deletions
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>)