MINOR: Removed dead RBX reference

Fixes #8526
This commit is contained in:
Armin 2017-10-25 11:57:20 +02:00 committed by Armin Braun
parent 8f753ac3ac
commit 2037f5b031

View file

@ -32,7 +32,6 @@ namespace "vendor" do
task "gems", [:bundle] do |task, args|
require "bootstrap/environment"
Rake::Task["dependency:rbx-stdlib"] if LogStash::Environment.ruby_engine == "rbx"
Rake::Task["dependency:bundler"].invoke
puts("Invoking bundler install...")