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
I believe this is because modern versions of net-* do not support older Rubies, so Bundler resolves to net-sftp v2.1.2, which does not have the File#size method. We should be able to use this instead: file.stat.size.
When I try to enable functional tests in our CI matrix (#522), I see that the new SFTP implementation added in #524 fails on Ruby 2.0:
The text was updated successfully, but these errors were encountered: