summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 780b5d4..0537521 100644
--- a/Rakefile
+++ b/Rakefile
@@ -45,6 +45,10 @@ task 'jruby' do
RUBY.replace 'jruby'
end
+task 'jruby19' do
+ RUBY.replace 'jruby --1.9'
+end
+
task 'rubinius' do
RUBY.replace 'rbx'
end