about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 18:27:31 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 18:27:31 -0700
commite4057cf951a32c3a29b66dae1c1abea7989889e8 (patch)
tree37cd3882cf796ea61d20f9b27b146c86239249ce /local.mk.sample
parent112fe9265b4f5b3504504a1a36cafad9c6ceffeb (diff)
downloadrainbows-e4057cf951a32c3a29b66dae1c1abea7989889e8.tar.gz
This makes the Ruby 1.9 tests take much longer now, ~14s
because the SHA1 test is fairly intensive.
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 b5634b4..5aa7700 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -15,7 +15,7 @@ ifeq ($(r19),)
 else
   export PATH := $(HOME)/ruby-1.9/bin:$(PATH)
   ruby := $(HOME)/ruby-1.9/bin/ruby --disable-gems
-  gems := $(gems) revactor-1.5.0
+  gems := $(gems) case-0.5 revactor-0.1.4
   gem_paths := $(addprefix $(HOME)/ruby-1.9/lib/ruby/gems/1.9.1/gems/,$(gems))
 endif