File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/sonarsource/ruby/converter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import com.github.jrubygradle.JRubyPrepare
3232ext {
3333 rubygemsRaccVersion = ' 1.8.1-java'
3434 rubygemsAstVersion = ' 2.4.3'
35- rubygemsParserVersion = ' 3.3.4.2 '
35+ rubygemsParserVersion = ' 3.3.10.0 '
3636}
3737
3838processResources. duplicatesStrategy = DuplicatesStrategy . INCLUDE
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public class RubyConverter implements ASTConverter {
5959 private static final String SETUP_SCRIPT_PATH = "whitequark_parser_init.rb" ;
6060 private static final String RACC_RUBYGEM_PATH = "racc-1.8.1-java/lib" ;
6161 private static final String AST_RUBYGEM_PATH = "ast-2.4.3/lib" ;
62- private static final String PARSER_RUBYGEM_PATH = "parser-3.3.4.2 /lib" ;
62+ private static final String PARSER_RUBYGEM_PATH = "parser-3.3.10.0 /lib" ;
6363 private static final String COMMENT_TOKEN_TYPE = "tCOMMENT" ;
6464 static final String FILENAME = "(Analysis of Ruby)" ;
6565
You can’t perform that action at this time.
0 commit comments