about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 4f038c4..1c35b44 100644
--- a/Rakefile
+++ b/Rakefile
@@ -190,6 +190,7 @@ task :isolate do
 
   Isolate.now!(
     :system => false,
+    # we want "ruby-1.8.7" and not "ruby-1.8", so disable multiruby
     :multiruby => false,
     :path => "tmp/isolate/ruby-#{RUBY_VERSION}")
 end