Installing dashing offline
Opened this issue · 0 comments
craigrow commented
Hello,
I need to install Dashing on a system that is not connected to the Internet. For other gems I've downloaded and installed them from a local source. For example...
gem install hike --local
However, this does not work for dashing. When I do the following...
gem install dashing --local
I get the following
C:\Users\q9sk\Downloads>gem install dashing --local ERROR: Could not find a valid gem 'rack' (~> 1.5.4) in any repository
This is dispite the fact I've downloaded and installed rack already.
It appears to me the dashing installer is trying to use the Internet to download a dependency. Is there a way I can make it look for that dependency locally?
Any assistance is greatly appreciated. Thanks.