From f26a7f037a01f39acad7c518122c6662328a23a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:10:30 +0000 Subject: [PATCH] Bump the ruby group with 5 updates Bumps the ruby group with 5 updates: | Package | From | To | | --- | --- | --- | | [parser](https://github.com/whitequark/parser) | `3.3.10.2` | `3.3.11.1` | | [grpc](https://github.com/google/grpc) | `1.78.1` | `1.80.0` | | [grpc-tools](https://github.com/google/grpc) | `1.78.1` | `1.80.0` | | [bigdecimal](https://github.com/ruby/bigdecimal) | `4.0.1` | `4.1.0` | | [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.34.0` | `4.34.1` | Updates `parser` from 3.3.10.2 to 3.3.11.1 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v3.3.10.2...v3.3.11.1) Updates `grpc` from 1.78.1 to 1.80.0 - [Release notes](https://github.com/google/grpc/releases) - [Commits](https://github.com/google/grpc/compare/v1.78.1...v1.80.0) Updates `grpc-tools` from 1.78.1 to 1.80.0 - [Release notes](https://github.com/google/grpc/releases) - [Commits](https://github.com/google/grpc/compare/v1.78.1...v1.80.0) Updates `bigdecimal` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/bigdecimal/compare/v4.0.1...v4.1.0) Updates `google-protobuf` from 4.34.0 to 4.34.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: parser dependency-version: 3.3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: grpc dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: grpc-tools dependency-version: 1.80.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: bigdecimal dependency-version: 4.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: google-protobuf dependency-version: 4.34.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c02f7c1..e0a7e9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,45 +10,45 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - bigdecimal (4.0.1) + bigdecimal (4.1.0) diff-lcs (1.6.2) docile (1.4.1) - google-protobuf (4.34.0) + google-protobuf (4.34.1) bigdecimal rake (~> 13.3) - google-protobuf (4.34.0-aarch64-linux-gnu) + google-protobuf (4.34.1-aarch64-linux-gnu) bigdecimal rake (~> 13.3) - google-protobuf (4.34.0-arm64-darwin) + google-protobuf (4.34.1-arm64-darwin) bigdecimal rake (~> 13.3) - google-protobuf (4.34.0-x86_64-darwin) + google-protobuf (4.34.1-x86_64-darwin) bigdecimal rake (~> 13.3) - google-protobuf (4.34.0-x86_64-linux-gnu) + google-protobuf (4.34.1-x86_64-linux-gnu) bigdecimal rake (~> 13.3) googleapis-common-protos-types (1.22.0) google-protobuf (~> 4.26) - grpc (1.78.1) + grpc (1.80.0) google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.78.1-aarch64-linux-gnu) + grpc (1.80.0-aarch64-linux-gnu) google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.78.1-arm64-darwin) + grpc (1.80.0-arm64-darwin) google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.78.1-x86_64-darwin) + grpc (1.80.0-x86_64-darwin) google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.78.1-x86_64-linux-gnu) + grpc (1.80.0-x86_64-linux-gnu) google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc-tools (1.78.1) + grpc-tools (1.80.0) method_source (1.1.0) os (1.1.4) - parser (3.3.10.2) + parser (3.3.11.1) ast (~> 2.4.1) racc prism (1.9.0)