Skip to content

Ruby 3 support or alternative #18

@knugie

Description

@knugie

Is there a (suggested) way to use net-ssh-gateway with Ruby 3.0.0?
Gemfile:

#...
gem 'net-ssh-gateway'
#...

Lib code:

# ...
require 'net/ssh/gateway'
# ...

Execution:

/path/to/lib/file.rb:3:in `require': cannot load such file -- net/ssh/gateway (LoadError)

There are no issues running bundle install and everything works with Ruby 2.7.0.

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions