about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-26 00:35:13 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-26 02:26:22 -0700
commit6db90e17a216f1ef5899176ec7f279f456abaf3c (patch)
tree9ad6e7850ec89cc98505fc3dd5b8f4b492abf2d6 /local.mk.sample
parentfc70d2e96306d519034ddde60769d3d789f8c2c5 (diff)
downloadrainbows-6db90e17a216f1ef5899176ec7f279f456abaf3c.tar.gz
The EM::attach/EM::watch API changed incompatibly
in 0.12.10
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 2b01c46..61a0d34 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 := rev-0.3.1 rack-1.0.0 iobuffer-0.1.1 eventmachine-0.12.8
+gems := rev-0.3.1 rack-1.0.0 iobuffer-0.1.1 eventmachine-0.12.10
 
 # Avoid loading rubygems to speed up tests because gmake is
 # fork+exec heavy with Ruby.