google-auth-library-ruby
google-auth-library-ruby copied to clipboard
Implicit pstore dependency
Environment details
- OS: MacOS
- Ruby version: 3.4.3
- Gem name and version: googleauth-1.12.2
Code example
require 'googleauth/stores/file_token_store'
Makes a warning:
/Users/bogdan/.rvm/rubies/ruby-3.4.3/lib/ruby/3.4.0/yaml/store.rb:8: warning: pstore was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add pstore to your Gemfile or gemspec to silence this warning.