You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution, until this gem has a maintainer, (I volunteered and emailed @benburkert !) is to simply add the removed method back, and a handy gem does that for us:
File.exists?
was deprecated in Ruby 2.1, and removed in Ruby 3.2.It should be replaced with
File.exist?
.The text was updated successfully, but these errors were encountered: