|
10 | 10 | gem.homepage = |
11 | 11 | 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud' |
12 | 12 | gem.license = 'Apache-2.0' |
13 | | - gem.version = '0.12.1' |
| 13 | + gem.version = '0.13.0' |
14 | 14 | gem.authors = ['Stackdriver Agents Team'] |
15 | 15 | gem.email = ['stackdriver-agents@google.com'] |
16 | 16 | gem.required_ruby_version = Gem::Requirement.new('>= 2.2') |
|
22 | 22 | # Note: In order to update the Fluentd version, please update both here and |
23 | 23 | # also the fluentd version in |
24 | 24 | # 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' |
26 | 26 | gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10' |
27 | 27 | gem.add_runtime_dependency 'googleauth', '0.9.0' |
28 | 28 | gem.add_runtime_dependency 'google-api-client', '0.30.8' |
29 | 29 | gem.add_runtime_dependency 'google-cloud-logging', '1.6.6' |
30 | 30 | gem.add_runtime_dependency 'google-protobuf', '3.17.3' |
31 | 31 | 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' |
33 | 33 | gem.add_runtime_dependency 'opencensus', '0.5.0' |
34 | 34 | gem.add_runtime_dependency 'opencensus-stackdriver', '0.3.2' |
35 | 35 |
|
|
0 commit comments