aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/setup.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 programsSamuel 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