yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
* [PATCH] gemspec: make rack a development dependency
@ 2016-01-28  0:35 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-01-28  0:35 UTC (permalink / raw)
  To: yahns-public

We don't depend on rack directly, and unicorn 5.1 will make rack
optional.  This seems reasonable for testing, but one day I could
imagine this being more than an HTTP or Rack server...
---
 yahns.gemspec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/yahns.gemspec b/yahns.gemspec
index 59c0b9b..0efe287 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -22,6 +22,9 @@
   # Matz Ruby release.
   s.add_development_dependency(%q<minitest>, '>= 4.3', '< 6.0')
 
+  # for Rack::Utils::HeaderHash#each
+  s.add_development_dependency(%q<rack>, '>= 1.1')
+
   s.homepage = "http://yahns.yhbt.net/README"
   s.licenses = "GPL-3.0+"
 end
-- 
EW

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

only message in thread, other threads:[~2016-01-28  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28  0:35 [PATCH] gemspec: make rack a development dependency 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).