The Rakefile script defines a vendor task which determines the Logstash path issuing the command:
lsc_path = `bundle show logstash-core`
This command executes the bundle associated with the system's Ruby environment.
If the rake vendor task is executed from another (not the default Ruby) Ruby installation, then this spawned bundler must be the coming from the launching Ruby distribution.
The
Rakefile
script defines avendor
task which determines the Logstash path issuing the command:This command executes the
bundle
associated with the system's Ruby environment. If therake vendor
task is executed from another (not the default Ruby) Ruby installation, then this spawned bundler must be the coming from the launching Ruby distribution.Related https://github.com/elastic/logstash/pull/15511 Related https://github.com/logstash-plugins/logstash-filter-date/issues/159