Open jaredmurphyvimeo opened 8 months ago
Can you just run:
bundle update googleauth
We know there will be bug fixes in dependencies like googleauth. I don't think we want to update the gemspecs for the API clients every time one of the dependencies releases an fix. We'd be doing nothing but updating those dependency versions 24x7. 🙂
Hi there,
Reporting an issue with
google-cloud-recaptcha_enterprise
library. When configuring credentials it throws an error and it looks like it is raising an issue with an old version of thegoogle-auth-library-ruby
gem. Thegoogle-auth-library-ruby
gem has since been updated and it looks like our issue can be fixed by upgrading the dependency fromv1.9.2
to at leastv1.10.0
. In particular this line that was removed seems like it would fix the problem: https://github.com/googleapis/google-auth-library-ruby/pull/474/files#diff-7af4b8cd3faed95cfaa30a3c927b5e81a6a1a5decdd3f9d7cedabc876ce5d807L519Please let me know if you can update the
google-cloud-recaptcha_enterprise
to use the latest version of thegoogle-auth-library-ruby
gem .Thanks!
Environment details
Steps to reproduce
gem 'google-cloud-recaptcha_enterprise'
)Code example
Full backtrace