Skip to content

Commit e3acabf

Browse files
committed
SimonStewart: Backing out the 1.9 change in the version of ruby we use
r12762
1 parent 66d5d1a commit e3acabf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
java -jar third_party/jruby/jruby-complete.jar --1.9 -S rake $*
3+
java -jar third_party/jruby/jruby-complete.jar -S rake $*

go.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
java -jar third_party\jruby\jruby-complete.jar --1.9 -S rake %*
2+
java -jar third_party\jruby\jruby-complete.jar -S rake %*

0 commit comments

Comments
 (0)