From 7c6c1967ed9f2f5a67c2515841c940b4554795b4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 Nov 2015 09:03:53 +0000 Subject: gemspec: allow compatibility with unicorn 5 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. --- yahns.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, '~> 2.9') s.add_dependency(%q, '~> 3.2') - s.add_dependency(%q, '~> 4.6', '>= 4.6.3') + s.add_dependency(%q, '>= 4.6.3', '< 6.0') # s.add_dependency(%q, '~> 1.2') # optional # minitest is standard in Ruby 2.0, 4.3 is packaged with Ruby 2.0.0, -- cgit v1.2.3-24-ge0c7