Skip to content

Commit ed98e8f

Browse files
author
Michael Klishin
committed
Ruby clients should be tested on 1.9
1.8 is not supported in any way since July 1st, 2013
1 parent f6da062 commit ed98e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def gen(prog, arg="", **kwargs):
4343
ctx = {
4444
'prog': prog,
4545
'Prog': Prog,
46-
'rubyver': os.environ.get('RUBYVER', '1.8'),
46+
'rubyver': os.environ.get('RUBYVER', '1.9'),
4747
'arg': arg,
4848
'java': kwargs.get('java', Prog),
4949
'dotnet': kwargs.get('dotnet', Prog),

0 commit comments

Comments
 (0)