1 2 3 4 5 6 7
source "https://rubygems.org" gem "fluentd", "~> 0.14.0" if RUBY_PLATFORM =~ /mingw|mswin/ gem "win32-ipc" gem "win32-event" end