From a827e4dd23794efdeb889b8436e25703336a7664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:36:28 +0000 Subject: [PATCH] Bump the ruby group across 1 directory with 4 updates Updates the requirements on [grpc](https://github.com/google/grpc), [grpc-tools](https://github.com/google/grpc), [google-protobuf](https://github.com/protocolbuffers/protobuf) and [rspec-mocks](https://github.com/rspec/rspec-mocks) to permit the latest version. Updates `grpc` from 1.64.3 to 1.66.0 - [Release notes](https://github.com/google/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/google/grpc/compare/v1.64.3...v1.66.0) Updates `grpc-tools` from 1.64.3 to 1.66.0 - [Release notes](https://github.com/google/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/src/ruby/CHANGELOG.md) - [Commits](https://github.com/google/grpc/compare/v1.64.3...v1.66.0) Updates `google-protobuf` from 3.25.5 to 4.28.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `rspec-mocks` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/rspec/rspec-mocks/releases) - [Changelog](https://github.com/rspec/rspec-mocks/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-mocks/compare/v3.13.1...v3.13.2) --- updated-dependencies: - dependency-name: grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: grpc-tools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: google-protobuf dependency-type: indirect update-type: version-update:semver-major dependency-group: ruby - dependency-name: rspec-mocks dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 49 ++++++++++++++++++++++++++++------------------ gauge-ruby.gemspec | 4 ++-- 2 files changed, 32 insertions(+), 21 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 570e6e1..19ec156 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: gauge-ruby (0.9.2) - grpc (~> 1.10, >= 1.10.0, < 1.65) + grpc (~> 1.10, >= 1.10.0, < 1.67) parser (>= 3.1, < 4.0) unparser (>= 0.6.4, < 0.7.0) @@ -10,31 +10,42 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) + bigdecimal (3.1.8) diff-lcs (1.5.1) docile (1.4.1) - google-protobuf (3.25.5) - google-protobuf (3.25.5-aarch64-linux) - google-protobuf (3.25.5-arm64-darwin) - google-protobuf (3.25.5-x86_64-darwin) - google-protobuf (3.25.5-x86_64-linux) + google-protobuf (4.28.2) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-aarch64-linux) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-arm64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-x86_64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-x86_64-linux) + bigdecimal + rake (>= 13) googleapis-common-protos-types (1.16.0) google-protobuf (>= 3.18, < 5.a) - grpc (1.64.3) - google-protobuf (~> 3.25) + grpc (1.66.0) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.64.3-aarch64-linux) - google-protobuf (~> 3.25) + grpc (1.66.0-aarch64-linux) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.64.3-arm64-darwin) - google-protobuf (~> 3.25) + grpc (1.66.0-arm64-darwin) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.64.3-x86_64-darwin) - google-protobuf (~> 3.25) + grpc (1.66.0-x86_64-darwin) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.64.3-x86_64-linux) - google-protobuf (~> 3.25) + grpc (1.66.0-x86_64-linux) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc-tools (1.64.3) + grpc-tools (1.66.0) method_source (1.1.0) os (1.1.4) parser (3.3.5.0) @@ -51,7 +62,7 @@ GEM rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) @@ -76,7 +87,7 @@ PLATFORMS DEPENDENCIES gauge-ruby! - grpc-tools (~> 1.10, >= 1.10.0, < 1.65) + grpc-tools (~> 1.10, >= 1.10.0, < 1.67) method_source os rake diff --git a/gauge-ruby.gemspec b/gauge-ruby.gemspec index c7adc31..97d6839 100644 --- a/gauge-ruby.gemspec +++ b/gauge-ruby.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'parser', '>= 3.1', '< 4.0' s.add_runtime_dependency 'unparser', '>= 0.6.4', '< 0.7.0' - s.add_runtime_dependency 'grpc', '~> 1.10', '>= 1.10.0', '< 1.65' - s.add_development_dependency 'grpc-tools', '~> 1.10', '>= 1.10.0', '< 1.65' + s.add_runtime_dependency 'grpc', '~> 1.10', '>= 1.10.0', '< 1.67' + s.add_development_dependency 'grpc-tools', '~> 1.10', '>= 1.10.0', '< 1.67' s.required_ruby_version = ">= 3.1" end