-
-
Save epitron/23489 to your computer and use it in GitHub Desktop.
undefined
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
# Only load paths from the folder 'gems' under the current | |
# dir - e.g. ./gems/ | |
# To freeze use gem install <name> -i gems | |
Gem.clear_paths | |
File dsl | |
Gem.path.unshift (PWD / 'gems').absolute_path | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment