aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/setup.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | (from https://trello.com/c/bf90QcsN/66-exec-as-soon-as-possible) Right now the exec command loads the entire Gemfile, the entire lockfile, resolves the gemfile against the lockfile, and then execs. Instead, let's check $PATH for the exec command and exec instantly if it's there.
* 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
| | | | | | This is based on the previously-reverted commit, so I'm reverting it as well for now. This reverts commit 5ba208133c7c2293dfa096dcb8ccbe19f8d010f3.
* return the right error code for bundle exec with ruby versionTerence Lee2012-05-251-0/+6
| | | | paired with @wycats
* 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 ↵Carlhuda2010-07-211-1/+1
| | | | inside a bundle failed in some cases
* Remove outdated commentAndre Arko2010-06-081-2/+0
|
* 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