Closed ahasunos closed 6 months ago
The intuition behind pinning googleauth below 1.9 is that the CI is failing with the following stacktrace on Windows
This arises from the method:
which was updated in PR: https://github.com/googleapis/google-auth-library-ruby/pull/459
Hence, using a version which doesn't include the changes in this method.
Description
This PR addresses recent CI failures on Windows caused by changes in googleauth gem's method https://github.com/googleapis/google-auth-library-ruby/blob/8f127eee40b0f970706c59cb324f71408dd2fec4/lib/googleauth/compute_engine.rb#L72 . To restore stability to our CI pipelines, we're pinning the googleauth gem to version below 1.9 in our gemspec.
Related Issue
Types of changes
Checklist: