Skip to content

Commit

Permalink
Bump google-api-client to be compatible with Ruby 3. (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpeshansky committed Mar 27, 2023
1 parent b2f9ef0 commit fdb172d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
# 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 'google-api-client', '0.30.8'
gem.add_runtime_dependency 'google-api-client', '0.44.2'
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10'
gem.add_runtime_dependency 'googleauth', '0.9.0'
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'
Expand Down

0 comments on commit fdb172d

Please sign in to comment.