Skip to content

Commit ec0e6fd

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fluent-plugin-google-cloud.gemspec

Lines changed: 3 additions & 3 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 = ['stackdriver-agents@google.com']
1616
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
@@ -22,14 +22,14 @@ 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'
2929
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'
3030
gem.add_runtime_dependency 'google-protobuf', '3.17.3'
3131
gem.add_runtime_dependency 'grpc', '1.31.1'
32-
gem.add_runtime_dependency 'json', '2.4.1'
32+
gem.add_runtime_dependency 'json', '2.5.1'
3333
gem.add_runtime_dependency 'opencensus', '0.5.0'
3434
gem.add_runtime_dependency 'opencensus-stackdriver', '0.3.2'
3535

0 commit comments

Comments
 (0)