about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-01 09:03:53 +0000
committerEric Wong <e@80x24.org>2015-11-01 09:03:53 +0000
commit7c6c1967ed9f2f5a67c2515841c940b4554795b4 (patch)
treeb26ed125bb9ec431297458c4fdd55f311f2122f9
parent17ca034f1283dfa73b8c3be25fc76dc0d111fe65 (diff)
downloadyahns-7c6c1967ed9f2f5a67c2515841c940b4554795b4.tar.gz
We've been compatible for a while, actually, and probably
could've done this earlier.

We won't be dropping unicorn 4.x compatibility for a bit
in case some folks need to stick to unicorn 4.x for any
reason.
-rw-r--r--yahns.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/yahns.gemspec b/yahns.gemspec
index 25be531..2c0c69e 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
   s.files = manifest
   s.add_dependency(%q<kgio>, '~> 2.9')
   s.add_dependency(%q<sleepy_penguin>, '~> 3.2')
-  s.add_dependency(%q<unicorn>, '~> 4.6', '>= 4.6.3')
+  s.add_dependency(%q<unicorn>, '>= 4.6.3', '< 6.0')
   # s.add_dependency(%q<kgio-sendfile>, '~> 1.2') # optional
 
   # minitest is standard in Ruby 2.0, 4.3 is packaged with Ruby 2.0.0,