Skip to content

Commit

Permalink
Upgrade gRPC to 1.65.2, Ruby to 2.7 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferbrecht authored Oct 1, 2024
1 parent 53d481a commit 90d04af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
matrix:
rvm:
- 2.7
- 2.6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
Exclude:
# Generated files.
- 'lib/google/**/*'
Expand Down
6 changes: 3 additions & 3 deletions fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.version = '0.13.2'
gem.authors = ['Stackdriver Agents Team']
gem.email = ['stackdriver-agents@google.com']
gem.required_ruby_version = Gem::Requirement.new('>= 2.6')
gem.required_ruby_version = Gem::Requirement.new('>= 2.7')

gem.files = Dir['**/*'].keep_if { |file| File.file?(file) }
gem.test_files = gem.files.grep(/^(test)/)
Expand All @@ -28,8 +28,8 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'googleauth', '1.3.0'
gem.add_runtime_dependency 'google-cloud-logging', '2.3.2'
gem.add_runtime_dependency 'google-cloud-monitoring-v3', '0.10.0'
gem.add_runtime_dependency 'google-protobuf', '3.22.1'
gem.add_runtime_dependency 'grpc', '1.53.0'
gem.add_runtime_dependency 'google-protobuf', '3.25.5'
gem.add_runtime_dependency 'grpc', '1.65.2'
gem.add_runtime_dependency 'json', '2.6.3'
gem.add_runtime_dependency 'opencensus', '0.5.0'
gem.add_runtime_dependency 'opencensus-stackdriver', '0.4.1'
Expand Down

0 comments on commit 90d04af

Please sign in to comment.