Skip to content

Commit

Permalink
Upgrade fluentd to v1.11.2 (from v1.7.4). (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschulz authored Aug 11, 2020
1 parent ae806f8 commit 1c087e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ eos
gem.homepage =
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
gem.license = 'Apache-2.0'
gem.version = '0.9.2'
gem.version = '0.10.0'
gem.authors = ['Stackdriver Agents Team']
gem.email = ['[email protected]']
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
Expand All @@ -19,7 +19,7 @@ eos
gem.test_files = gem.files.grep(/^(test)/)
gem.require_paths = ['lib']

gem.add_runtime_dependency 'fluentd', '1.7.4'
gem.add_runtime_dependency 'fluentd', '1.11.2'
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.9'
gem.add_runtime_dependency 'googleauth', '0.9.0'
gem.add_runtime_dependency 'google-api-client', '0.30.8'
Expand Down

0 comments on commit 1c087e7

Please sign in to comment.