makandra / geordi

Collection of command line tools used in our daily work with Ruby, Rails and Linux.
https://makandra.com/
MIT License
103 stars 17 forks source link

Ruby 3.2 compatibility #187

Closed foobear closed 1 year ago

foobear commented 1 year ago

File.exists? has been deprecated since Ruby 2.1 and removed in 3.2. It was only an alias for File.exist? anyway.

foobear commented 1 year ago

Released as version 9.4.1