about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-27 23:29:32 +0000
committerEric Wong <e@80x24.org>2016-01-28 00:34:20 +0000
commitd2573ba6c4412c5ee3f164c2457207e18bf8aac9 (patch)
tree0c86014c0e4f768f6fb13ba0c4b9af7d8daa5252
parentbb774680aae0a827f887761b18da304aa94111cc (diff)
downloadyahns-d2573ba6c4412c5ee3f164c2457207e18bf8aac9.tar.gz
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...
-rw-r--r--yahns.gemspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/yahns.gemspec b/yahns.gemspec
index 59c0b9b..0efe287 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -22,6 +22,9 @@ Gem::Specification.new do |s|
   # 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