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
Does not work on ruby version >= 2.2 File.exists? deprecated. File.exist? should work.
❯ rake maintenance:start
(in /Users/jward/programming/projects/finance/trade)
rake aborted!
NoMethodError: undefined method `exists?' for class File (NoMethodError)
File.exists? path
^^^^^^^^
Did you mean? exist?
Tasks: TOP => maintenance:start
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered:
Does not work on ruby version >= 2.2 File.exists? deprecated. File.exist? should work.
❯ rake maintenance:start
(in /Users/jward/programming/projects/finance/trade)
rake aborted!
NoMethodError: undefined method `exists?' for class File (NoMethodError)
Did you mean? exist?
Tasks: TOP => maintenance:start
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered: