Skip to content

Instantly share code, notes, and snippets.

@stowball
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save stowball/bb25f00e8e0bf32288bb to your computer and use it in GitHub Desktop.

Select an option

Save stowball/bb25f00e8e0bf32288bb to your computer and use it in GitHub Desktop.
How to install Compass & dependencies when you can't connect to rubygems.org

For whatever reason, when you can't connect to the rubygems domain, do the following:

  1. Install Ruby Developer Kit
  2. Extract the zip to a permanent folder
  3. cd in
  4. ruby dk.rb init
  5. ruby dk.rb install
  6. Download the following gems from rubygems.org
  • ffi
  • rb-notify
  • depq
  • rb-fsevent
  • chunky_png
  • compass-import-once
  • multi_json
  • compass

Install each with gem install <gem-name>.gem --platform=ruby in the above order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment