stefan-kolb / nucleus

Platform as a Service API abstraction layer.
MIT License
28 stars 0 forks source link

net-ssh issue #40

Closed stefan-kolb closed 9 years ago

stefan-kolb commented 9 years ago

If the startup fails with

require': cannot load such file -- dl/import (LoadError)

Using the latest beta fixes this issue. gem install net-ssh -v 2.10.0.beta2

To do this I have to change the Gemfile to spec.add_runtime_dependency 'net-ssh', '~> 2.10.0.beta2'

If I'm correct, we can a) generally fix the dependency to 2.10.0.beta2 for now until they update to a new major version and remove the issue b) include a more detailed description for the fix

What do you think?

croeck commented 9 years ago

Yes, this change must be made in the gemspec file. Both, a) and b) would be ok. I tend to include a more detailed description of the fix as the dependency update is also likely to be forgotten.