----- Original Message ----- > From: "Aleksandar Kostadinov" <[email protected]> > To: "Ruby SIG mailing list" <[email protected]> > Sent: Monday, July 16, 2018 4:44:16 PM > Subject: bundler changes in Fedora 28 > > Hi, > > anybody know what changed so that bundler now tries to install either > via `sudo` or in `vendor/bundle`?
Hello, yes, there's this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1574594 Which, AFAICT, contains a workaround for the issue. HIH, Pavel > > Any ideas how to restore old behavior where gems were installed > user-wide in `~/.gem`? > > P.S. I presently do this hack > > > export BUNDLE_PATH=$(ls -t -U | ruby -e 'puts Gem.user_dir') > > export PATH="$PATH:$BUNDLE_PATH/bin" > _______________________________________________ ruby-sig mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]/message/HN3SP4JWTWTMLUMCNPQ2WUQRV7UHB3FC/
