Skip to content

Commit df03f59

Browse files
author
Anton Ouzounov
committed
chore(gemspec): update fluentd >= 1.14.x
- update fluentd to 1.14.0 gem Fluentd changelog for [v1.14.0](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1140) Signed-off-by: Anton Ouzounov <[email protected]>
1 parent 82deb1d commit df03f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluent-plugin-google-cloud.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ eos
1010
gem.homepage =
1111
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
1212
gem.license = 'Apache-2.0'
13-
gem.version = '0.12.1'
13+
gem.version = '0.13.0'
1414
gem.authors = ['Stackdriver Agents Team']
1515
gem.email = ['[email protected]']
1616
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
@@ -22,7 +22,7 @@ eos
2222
# Note: In order to update the Fluentd version, please update both here and
2323
# also the fluentd version in
2424
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb.
25-
gem.add_runtime_dependency 'fluentd', '1.13.3'
25+
gem.add_runtime_dependency 'fluentd', '~> 1.14.0'
2626
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10'
2727
gem.add_runtime_dependency 'googleauth', '0.9.0'
2828
gem.add_runtime_dependency 'google-api-client', '0.30.8'

0 commit comments

Comments
 (0)