diff options
| author | Allan Espinosa <allan.espinosa@outlook.com> | 2016-03-16 17:28:02 -0500 |
|---|---|---|
| committer | Allan Espinosa <allan.espinosa@outlook.com> | 2016-03-16 17:28:02 -0500 |
| commit | 52b61dce4784b561792b180b593eab4ae602e14d (patch) | |
| tree | 5fa23b64e61007281e1cf8c8560ca6ff8e8d0613 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | c2013ea4ec9e6c5fbf9bf1e36259eff3283030d1 (diff) | |
buildRubyGem: use Gem.use_paths to load gems
After ruby initializes, rubygems no longer reads the GEM_PATH. Before,
we have the following scenario:
Gem.path # => ["a"]
ENV['GEM_PATH'] = ["b"]
Gem.path # => ["a"] # Still returns the same
Gem.use_paths is the documented way to create isolated environments as
documented in [1].
[1] http://www.rubydoc.info/github/rubygems/rubygems/Gem.use_paths
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
