Solarisbank / idnow-client

Library to consume the IDnow API in Ruby.

Home Page:https://rubygems.org/gems/idnow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update net-sftp dependency

sriedel opened this issue · comments

The idnow gem currently depends on net-sftp 2.1; the current version is 4.0.

The main issue here is that the old net-sftp version uses File.exists? which is deprecated with ruby 3.2+, causing NoMethodErrors to be thrown. While this code is not used by the idnow gem itself, we have other code that uses net-sftp, which trips over the issue.