Skip to content

Commit

Permalink
Use Fluentd v0.14.22 instead of v0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Feb 25, 2019
1 parent fc141e4 commit 19cce69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gemfile:
matrix:
include:
- rvm: 2.4.1
gemfile: gemfiles/Gemfile.fluentd-0.14.10
gemfile: gemfiles/Gemfile.fluentd-0.14.22
- rvm: 2.4.2 # https://github.com/treasure-data/omnibus-td-agent/blob/v3.1.1/config/projects/td-agent3.rb#L17
gemfile: gemfiles/Gemfile.td-agent-3.1.1
- rvm: 2.4.4 # https://github.com/treasure-data/omnibus-td-agent/blob/v3.2.0/config/projects/td-agent3.rb#L22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in fluent-plugin-kinesis.gemspec
gemspec path: ".."

gem "fluentd", "0.14.10"
gem "fluentd", "0.14.22"

0 comments on commit 19cce69

Please sign in to comment.