laserlemon / figaro

Simple Rails app configuration
MIT License
3.76k stars 288 forks source link

replace File.exists?() with File.exist? #294

Closed ryanckulp closed 5 months ago

ryanckulp commented 12 months ago

for Ruby 3+ users. works well in Rails 7 too.

rnestler commented 7 months ago

@laserlemon Would you consider merging this PR? File.exists? has been deprecated since Ruby 2.2 and removed in Ruby 3.2 as far as I know.