forked from Homebrew/legacy-homebrew
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ruby: add rubygems customization, fix postinstall
This configures rubygems to install all gems into a public, non-versioned directory by default - both gems and their binaries. (This means that users no longer need /usr/local/opt/ruby/bin in their PATH.) This means that we no longer have to monkey with gem directories at all in postinstall. Bundled gems will be symlinked into this location. Fixes Homebrew#29982. Closes Homebrew#29986.
- Loading branch information
1 parent
989cc40
commit e356a9c
Showing
1 changed file
with
61 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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