From c4e3c30c5dff061ea99ab68b3101ab79e7e9cd8a Mon Sep 17 00:00:00 2001 From: Jonathan Baker Date: Tue, 7 Jul 2026 16:05:24 -0400 Subject: [PATCH] Bump google-protobuf dev lock to 4.35.1 Update the development lockfile from 4.28.0 to the current 4.35.1 (the gemspec constraint ~> 4.28 already permits it). Pulls transitive bumps required by the new release: rake 13.4.2 (google-protobuf now requires ~> 13.3) and bigdecimal 4.1.2. Add x86_64-linux and aarch64-linux platforms so CI resolves the precompiled gems instead of building the generic ruby gem. Suite passes on 4.35.1 (80 runs, 208 assertions, rubocop clean). --- Gemfile.lock | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9725242..81df5d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,13 +8,22 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - bigdecimal (3.1.8) + bigdecimal (4.1.2) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) - google-protobuf (4.28.0) + google-protobuf (4.35.1) bigdecimal - rake (>= 13) + rake (~> 13.3) + google-protobuf (4.35.1-aarch64-linux-gnu) + bigdecimal + rake (~> 13.3) + google-protobuf (4.35.1-arm64-darwin) + bigdecimal + rake (~> 13.3) + google-protobuf (4.35.1-x86_64-linux-gnu) + bigdecimal + rake (~> 13.3) io-console (0.7.2) irb (1.14.1) rdoc (>= 4.0.0) @@ -30,7 +39,7 @@ GEM stringio racc (1.8.1) rainbow (3.1.1) - rake (13.2.1) + rake (13.4.2) rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.2) @@ -56,8 +65,10 @@ GEM yard (0.9.37) PLATFORMS + aarch64-linux arm64-darwin-23 ruby + x86_64-linux DEPENDENCIES debug