Shopify / dashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
http://shopify.github.com/dashing/
MIT License
10.98k stars 1.18k forks source link

Installing dashing offline #727

Open craigrow opened 7 years ago

craigrow commented 7 years ago

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.