Skip to content

Commit

Permalink
fix plugin installation script (elastic#13289)
Browse files Browse the repository at this point in the history
This commit requires `set`, as bundler #expand_logstash_mixin_dependencies call `to_set`
  • Loading branch information
kaisecheng committed Oct 7, 2021
1 parent 360e8fc commit a9547c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bootstrap/bundler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

require "fileutils"
require "stringio"
require 'set'

module LogStash
module Bundler
Expand Down

0 comments on commit a9547c8

Please sign in to comment.