Skip to content

Commit fdb172d

Browse files
Bump google-api-client to be compatible with Ruby 3. (#502)
1 parent b2f9ef0 commit fdb172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-plugin-google-cloud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
2323
# also the fluentd version in
2424
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb.
2525
gem.add_runtime_dependency 'fluentd', '1.13.3'
26-
gem.add_runtime_dependency 'google-api-client', '0.30.8'
26+
gem.add_runtime_dependency 'google-api-client', '0.44.2'
2727
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10'
2828
gem.add_runtime_dependency 'googleauth', '0.9.0'
2929
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'

0 commit comments

Comments
 (0)