Specify local gem in Gemfile
Snippet
Written with a loving hand by kitt some time around 13:20 on 23 July 2014
Specify a specific ruby gem file to use, typically development and local, instead of the default installed version.
gem "foo", :path => "/path/to/foo"
Add new comment