google-auth-library-ruby icon indicating copy to clipboard operation
google-auth-library-ruby copied to clipboard

Implicit pstore dependency

Open bogdan opened this issue 2 months ago • 1 comments

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.

bogdan avatar Nov 12 '25 17:11 bogdan