We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9114f7c commit d383c93Copy full SHA for d383c93
jruby/src/main/java/cucumber/runtime/jruby/JRubyBackend.java
@@ -61,7 +61,7 @@ public JRubyBackend(ResourceLoader resourceLoader) throws UnsupportedEncodingExc
61
jruby.setCompatVersion(CompatVersion.RUBY1_8);
62
}
63
if ("1.9".equals(rubyVersion)) {
64
- jruby.setCompatVersion(CompatVersion.RUBY1_8);
+ jruby.setCompatVersion(CompatVersion.RUBY1_9);
65
66
if ("2.0".equals(rubyVersion)) {
67
jruby.setCompatVersion(CompatVersion.RUBY2_0);
0 commit comments