We actually use two JRuby distributions in logstash: - the binary distribution installed in `vendor/jruby` - the complete JRuby jar in ` logstash-core/lib/jars/jruby-complete-9.1.13.0.jar` Are both strictly required? couldn't we get rid of `vendor/jruby` and only rely on ` logstash-core/lib/jars/jruby-complete-9.1.13.0.jar` ?