Created
December 7, 2017 09:48
-
-
Save dmikurube/74b38383bfa5614ba795f9e209d3f303 to your computer and use it in GitHub Desktop.
Ruby GEM_HOME
This file contains hidden or 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
puts ENV['GEM_HOME'] | |
puts Gem.paths.home | |
Gem.paths = {'GEM_HOME' => '/tmp/bar'} | |
puts ENV['GEM_HOME'] | |
puts Gem.paths.home |
Author
dmikurube
commented
Dec 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment