Skip to content

Instantly share code, notes, and snippets.

@ciaranarcher
Created July 19, 2012 14:50
Show Gist options
  • Save ciaranarcher/3144470 to your computer and use it in GitHub Desktop.
Save ciaranarcher/3144470 to your computer and use it in GitHub Desktop.
##
# This is the ugly work-around for working with gems from local source.
# Comment in as required, and then run 'bundle update'.
###
# gem 'sia_squirrel', :path => 'c:/dev/repos/gems/sia_squirrel', :require => 'sia_squirrel'
# gem 'sia_beaver', :path => 'c:/dev/repos/gems/sia_beaver', :require => 'sia_beaver'
# gem 'sia_crypto', :path => 'c:/dev/repos/gems/sia_crypto', :require => 'sia_crypto'
gem 'sia_squirrel'
gem 'sia_beaver'
gem 'sia_crypto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment