ruby--ruby/lib/bundler/source
David Rodríguez ea31c5bcd1 [rubygems/rubygems] Fix crash when installing gems with symlinks
If BUNDLE_PATH is configured to a symlinked path, installing gems with
symlinks would crash with an error like this:

```
Gem::Package::SymlinkError: installing symlink 'man/man0/README.markdown' pointing to parent path /usr/home/stevewi/srv/mail/lib/tools/.vendor/ruby/3.1.0/gems/binman-5.1.0/README.markdown of /srv/mail/lib/tools/.vendor/ruby/3.1.0/gems/binman-5.1.0 is not allowed
```

This commit fixes the problem by changing the bundle path to be the
realpath of the configured value, right after we're sure the path has
been created.

https://github.com/rubygems/rubygems/commit/3cd3dd142a
2022-05-30 17:42:39 +09:00
..
git
path
rubygems
gemspec.rb
git.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
metadata.rb
path.rb [rubygems/rubygems] Fix `Gemfile.lock` versions leaking to `bundler/inline` install output 2022-05-13 15:23:56 +09:00
rubygems.rb [rubygems/rubygems] Fix crash when installing gems with symlinks 2022-05-30 17:42:39 +09:00
rubygems_aggregate.rb