mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
52b61dce47
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 |
||
---|---|---|
.. | ||
build-ruby-gem | ||
bundix | ||
bundler-env | ||
gemconfig | ||
bitperfect-rdoc.patch | ||
bundler.nix | ||
config.nix | ||
default.nix | ||
gem_hook.patch | ||
patches.nix | ||
patchsets.nix | ||
ruby19-parallel-install.patch | ||
rubygems.nix | ||
rvm-patchsets.nix | ||
ssl_v3.patch |