1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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 [rubygems/rubygems] Pass "--" to git commands to separate positional and optional args 2021-12-07 23:27:59 +09:00
path Merge the master branch of Bundler 2021-04-15 15:36:15 +09:00
rubygems
gemspec.rb
git.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
metadata.rb Merge 3f7d0352e8 2022-04-28 19:08:49 +09:00
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 [rubygems/rubygems] Improve sources representation 2021-12-03 20:00:50 +09:00