summaryrefslogtreecommitdiff
path: root/lib/bundler/setup.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix another silent rubygems issuefix_another_silent_rubygems_issueDavid Rodríguez2019-12-161-0/+5
* Remove unnecessary lines from `bundler/setup`remove_unnecessary_load_path_manipulationDavid Rodríguez2019-11-051-4/+0
* Don't silence the UI by defaultDavid Rodríguez2019-10-311-5/+2
* One moreDavid Rodríguez2019-04-191-1/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Print to correct stream when setup on a ttyDavid Rodríguez2019-02-141-3/+4
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Completely remove the postit trampolineSamuel Giddins2017-06-211-7/+3
* fix typoleslie.wen2017-02-211-1/+1
* [PostitTrampoline] Automatically enable when target version is >= 2seg-enable-trampoline-2.0Samuel Giddins2016-08-181-1/+1
* [Setup] Only add bundler to the load path if we havent trampolinedseg-setup-trampolineSamuel Giddins2016-08-051-3/+6
* Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-0/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* Unset UI when yielding to other programsseg-unset-uiSamuel E. Giddins2015-06-021-0/+2
* force TTY only in tests instead of all execAndre Arko2015-01-191-1/+2
* Optimized bundle-execKir Shatrov2015-01-191-1/+1
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-1/+1
* Revert "return the right error code for bundle exec with ruby version"Andre Arko2012-05-261-6/+0
* return the right error code for bundle exec with ruby versionTerence Lee2012-05-251-0/+6
* Suggest bundle install if setup raises GemNotFoundAndre Arko2011-05-271-0/+3
* Only format error backtrace if stdout is ttyJoshua Peek2011-04-291-5/+9
* Add debug output to bundler/setupAndre Arko2010-11-131-0/+1
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-211-1/+1
* Remove outdated commentAndre Arko2010-06-081-2/+0
* Add Bundler to the `bundle exec` $LOAD_PATH, even while lockedAndre Arko2010-04-231-0/+4
* .bundle/environment.rb should just require "bundler/setup" for now.Carlhuda2010-04-211-11/+6
* The shared helpers need to load Rubygems nowAndre Arko2010-04-101-1/+0
* Report errors from bundler/setup.rb without backtracesAndre Arko2010-04-031-1/+6
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-4/+9
* Have bundler/setup not require any extra files.Carlhuda2010-02-101-1/+1
* Make bundler/setup something you can add to your .profile. To do this, add -I...Carlhuda2010-02-101-1/+7
* A first pass of bundle execCarl Lerche2010-01-311-0/+3