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
Add ostruct dependency to fix warning on Ruby 3.3.5+ (#542)
Fixes the following warning on Ruby 3.3.5+ and Ruby 3.4:
> 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.
Closes#541
0 commit comments