guard / guard-bundler

Guard::Bundler automatically install/update your gem bundle when needed
https://rubygems.org/gems/guard-bundler
MIT License
117 stars 22 forks source link

Support for Ruby 3.2 #44

Open boof opened 1 year ago

boof commented 1 year ago

Dir.exists? and File.exists? have been removed, you can use exist? instead.

Sadly IDK when it was introduced, so maybe both versions need to be supported.

best

rhwinter commented 1 year ago

+1 for this :)

There seems to be only one instance of File.exists? which needs to be fixed.