Closed piotaixr closed 1 year ago
A workaround if this is not fixed:
class File
class << self
alias_method :exists?, :exist?
end
end
Fix is available on master branch of https://github.com/piotaixr/standalone-migrations
@piotaixr @AlfonsoUceda any chance this could be merged to main soon?
Ping @thuss - could you take a look and merge this PR please? File.exists?
was removed in Ruby 3.2: https://github.com/ruby/ruby/pull/5352
Thanks for the fix @piotaixr and the ping @owst! Published new gem version 7.1.1 with this change.
Fix is available on master branch of https://github.com/piotaixr/standalone-migrations