inscapist / ruby-nix

Generates reproducible ruby/bundler app environment with Nix
MIT License
114 stars 5 forks source link

Use `exist?` instead of `exists?` removed in 3.2 #11

Closed wojtodzio closed 1 year ago

wojtodzio commented 1 year ago

File.exists? was removed by https://github.com/ruby/ruby/pull/5352. This results in error on Ruby 3.2

inscapist commented 1 year ago

Thanks for taking note of this. Tested and merging in :)