yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
* [PATCH] gemspec: allow compatibility with unicorn 5
@ 2015-11-01  9:07 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-11-01  9:07 UTC (permalink / raw)
  To: yahns-public

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<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,
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-01  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-01  9:07 [PATCH] gemspec: allow compatibility with unicorn 5 Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/yahns.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).