Skip to content

chore(deps-minor) Update dependency googleauth to "~> 1.17.0" - #6064

Merged
jdenquin merged 1 commit into
mainfrom
renovate/googleauth-1.x
Aug 18, 2026
Merged

chore(deps-minor) Update dependency googleauth to "~> 1.17.0"#6064
jdenquin merged 1 commit into
mainfrom
renovate/googleauth-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
googleauth (changelog) "~> 1.16.2""~> 1.17.0" age confidence

Release Notes

googleapis/google-auth-library-ruby (googleauth)

v1.17.3

Bug Fixes

v1.17.2

Bug Fixes
  • return auth header from source_credentials in ImpersonatedServiceAccountCredentials (#​586)

v1.17.1

Bug Fixes

v1.17.0

Features

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend,before 5am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/googleauth-1.x branch from 39483d6 to 475d81a Compare August 4, 2026 14:36
@renovate
renovate Bot force-pushed the renovate/googleauth-1.x branch from 475d81a to ba1da10 Compare August 11, 2026 13:49
@jdenquin
jdenquin merged commit db8ba41 into main Aug 18, 2026
13 checks passed
@jdenquin
jdenquin deleted the renovate/googleauth-1.x branch August 18, 2026 09:35
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant