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