config
config copied to clipboard
fix: remove deprecated method 'exists?' removed in ruby 3.0
It alllows to use the gem in a project based on Ruby > 2.7. The changed method doesn't exist anymore.
How would that affect earlier versions of ruby?
How would that affect earlier versions of ruby?
The method ".exists?" is deprecated since the ruby 2.2.0 and it was removed in the most recent versions.