diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ task '18' do RUBY.replace 'ruby' end +task '187' do + RUBY.replace 'ruby187' +end + task 'yarv' do RUBY.replace 'ruby-yarv' end |