aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/setup.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add Bundler to the `bundle exec` $LOAD_PATH, even while lockedAndre Arko2010-04-231-0/+4
| | | | Closes #293
* .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
| | | Closes #243
* 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 ↵Carlhuda2010-02-101-1/+7
| | | | -I/path/to/bundler -rbundler/setup to your RUBYOPT
* A first pass of bundle execCarl Lerche2010-01-311-0/+3