about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-07 20:49:59 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-07 20:49:59 -0800
commit3eb8dd9bd48ae031a90747210c28ece491d1017e (patch)
tree18dd7b1a6e787571f3ece7f7a97445f6c2d9e3e3 /local.mk.sample
parent19dac8e60e12036b2717cb4933e79ac9efb04d40 (diff)
parent52400de1c9e9437b5c9df899f273485f663bb5b5 (diff)
downloadunicorn-3eb8dd9bd48ae031a90747210c28ece491d1017e.tar.gz
* rack-1.1:
  http_response: disallow blank, multi-value headers
  local.mk.sample: use rack-1.1.0
  bump "rack.version" env to [1,1]
  set env["rack.logger"] for applications
Diffstat (limited to 'local.mk.sample')
-rw-r--r--local.mk.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.mk.sample b/local.mk.sample
index c2054ce..5019576 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -5,7 +5,7 @@
 # This is depends on a bunch of GNU-isms from bash, sed, touch.
 
 DLEXT := so
-gems := rack-1.0.1
+gems := rack-1.1.0
 
 # Avoid loading rubygems to speed up tests because gmake is
 # fork+exec heavy with Ruby.