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
{{ message }}
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: