about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-05 17:17:00 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-05 17:17:00 -0800
commit8da4448c7117759b0fb8ea8e4243e81ea8b26e7c (patch)
tree574e985f448bef0a70e9105a905d4f8633c77bdc
parent53b53c7d2e8c4fe6ef30184782bd7ab466becf19 (diff)
downloadunicorn-8da4448c7117759b0fb8ea8e4243e81ea8b26e7c.tar.gz
-rw-r--r--local.mk.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.mk.sample b/local.mk.sample
index 1746320..2b331fc 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.