chore(deps-minor) Update dependency googleauth to "~> 1.17.0" - #6064
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/googleauth-1.x
branch
from
August 4, 2026 14:36
39483d6 to
475d81a
Compare
renovate
Bot
force-pushed
the
renovate/googleauth-1.x
branch
from
August 11, 2026 13:49
475d81a to
ba1da10
Compare
jdenquin
approved these changes
Aug 18, 2026
toommz
added a commit
that referenced
this pull request
Aug 27, 2026
## Context Since 1.52, production images configured with `LAGO_USE_GCS=true` fail to boot: ``` Missing service adapter for "GCS" (RuntimeError) ... multi_json is not part of the bundle. Add it to your Gemfile. (Gem::LoadError) ``` ## Root cause `representable-3.2.0/lib/representable/json.rb` opens with a literal `gem "multi_json", '>= 1.14.1'`. Bundler raises on that call as soon as multi_json is absent from the lock, whether or not the gem is on disk. `google-apis-core 0.18.0` pulls in `representable (~> 3.0)` but never declared multi_json, so it free-rode on googleauth and signet for years. #6064 (googleauth `~> 1.16.2` to `~> 1.17.0`) ended that ride. googleauth 1.17.0 and signet 0.22.0 both migrated to stdlib `json`, so multi_json dropped out of `Gemfile.lock` entirely: ``` - googleauth (1.16.2) - multi_json (~> 1.11) + googleauth (1.17.3) + pstore (~> 0.1) - multi_json (1.21.1) - signet (0.21.0) - multi_json (~> 1.10) + signet (0.22.0) ``` ## Changes - Pin `multi_json` explicitly in the Gemfile. The only lockfile movement is `multi_json (1.21.1)` returning; no other gem version changes. - Add `spec/active_storage/service/configurator_spec.rb`, which loads the GCS and S3 adapters the same way the configurator does, so this class of failure breaks CI instead of a production boot.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
"~> 1.16.2"→"~> 1.17.0"Release Notes
googleapis/google-auth-library-ruby (googleauth)
v1.17.3Bug Fixes
v1.17.2Bug Fixes
v1.17.1Bug Fixes
v1.17.0Features
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.