Skip to content

Commit

Permalink
Gemfile: Use FLuentd v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Feb 4, 2018
1 parent 77a878d commit cf2da0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
source "https://rubygems.org"

gem "fluentd", "~> 0.14.0"
gem "fluentd", "~> 1.1.0"
if RUBY_PLATFORM =~ /mingw|mswin/
gem "win32-ipc"
gem "win32-event"
gem "windows-pr"
end

0 comments on commit cf2da0b

Please sign in to comment.