about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2013-12-27 23:33:55 +0000
committerEric Wong <e@80x24.org>2013-12-27 23:33:55 +0000
commit9a3d58a96b32b50000e590d4432e8e2031ee7b82 (patch)
tree3eb7725c88010041735d7c2fc34f197b325adc0b
parentfd686d65f23d8ab58cc40ab2035050bd8a1c35f6 (diff)
downloadyahns-9a3d58a96b32b50000e590d4432e8e2031ee7b82.tar.gz
unicorn uses semantic versioning, and we are compatible
with 4.7.0, so use it.
-rw-r--r--yahns.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/yahns.gemspec b/yahns.gemspec
index da88685..200230f 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<kgio>, '~> 2.8')
   s.add_dependency(%q<sleepy_penguin>, '~> 3.2')
   s.add_dependency(%q<sendfile>, '~> 1.2.1')
-  s.add_dependency(%q<unicorn>, '~> 4.6.3')
+  s.add_dependency(%q<unicorn>, '~> 4.6', '>= 4.6.3')
 
   # minitest is standard in Ruby 2.0, 4.3 is packaged with Ruby 2.0.0,
   # 4.7.5 with 2.1.  We work with minitest 5, too.  6.x does not exist