-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gemspec): update fluentd >= 1.14.x
- update fluentd to 1.14.x gem - update json gem to 2.5.1 - fix deprecation warnings during rake tests: `common.rb:114: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open` Fluentd changelog for [v1.14.x](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1140) Signed-off-by: Anton Ouzounov <[email protected]>
- Loading branch information
Anton Ouzounov
committed
Nov 10, 2021
1 parent
2a830e4
commit 00d1253
Showing
2 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ eos | |
gem.homepage = | ||
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud' | ||
gem.license = 'Apache-2.0' | ||
gem.version = '0.12.3' | ||
gem.version = '0.13.0' | ||
gem.authors = ['Stackdriver Agents Team'] | ||
gem.email = ['[email protected]'] | ||
gem.required_ruby_version = Gem::Requirement.new('>= 2.2') | ||
|
@@ -22,14 +22,14 @@ eos | |
# Note: In order to update the Fluentd version, please update both here and | ||
# also the fluentd version in | ||
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb. | ||
gem.add_runtime_dependency 'fluentd', '1.13.3' | ||
gem.add_runtime_dependency 'fluentd', '~> 1.14.0' | ||
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10' | ||
gem.add_runtime_dependency 'googleauth', '0.9.0' | ||
gem.add_runtime_dependency 'google-api-client', '0.30.8' | ||
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6' | ||
gem.add_runtime_dependency 'google-cloud-logging', '1.7.0' | ||
gem.add_runtime_dependency 'google-protobuf', '3.17.3' | ||
gem.add_runtime_dependency 'grpc', '1.31.1' | ||
gem.add_runtime_dependency 'json', '2.4.1' | ||
gem.add_runtime_dependency 'json', '2.5.1' | ||
gem.add_runtime_dependency 'opencensus', '0.5.0' | ||
gem.add_runtime_dependency 'opencensus-stackdriver', '0.4.1' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters