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
it looks like this gem depends on ostruct but doesn't declare it as a dependency
/Users/dorianmariefr/.asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/sshkit-1.23.0/lib/sshkit.rb:29: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add ostruct to your Gemfile or gemspec to silence this warning.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! This was already fixed by #542 and released yesterday in 1.23.1. If you're still seeing the problem in 1.23.1 please let me know and I'll reopen this issue.
it looks like this gem depends on ostruct but doesn't declare it as a dependency
The text was updated successfully, but these errors were encountered: