summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Exec] Fix loading on 1.8.7seg-load-execSamuel Giddins2016-02-232-3/+6
* [Exec] Add specs for loading an executableSamuel Giddins2016-02-221-0/+85
* [Exec] Improve performance when checking for a ruby shebangSamuel Giddins2016-02-221-2/+6
* [Exec] Filter bundler code from backtrace when load failsSamuel Giddins2016-02-221-1/+2
* [Exec] Set $0 when loadingSamuel Giddins2016-02-221-0/+1
* [Exec] Ensure failure loading is printed to STDERRSamuel Giddins2016-02-221-2/+1
* [Exec] Load instead of exec-ingSamuel Giddins2016-02-221-11/+42
* Auto merge of #4312 - RochesterinNYC:add-patch-flag-for-bundle-outdated, r=se...Homu2016-02-233-4/+31
|\
| * Add `--patch` flag for `bundle outdated`James Wen2016-02-183-4/+31
|/
* Auto merge of #4310 - bundler:seg-molinillo-0.4.3, r=segiddinsHomu2016-02-189-1/+11
|\
| * [Resolver] Update Molinillo to 0.4.3seg-molinillo-0.4.3Samuel Giddins2016-02-179-1/+11
* | Auto merge of #4309 - RochesterinNYC:fix-bundle-outdated-minor-behavior, r=in...Homu2016-02-182-54/+91
|\ \
| * | Fix `--minor` flag behavior for `bundle outdated`James Wen2016-02-182-24/+56
| * | Move 'bundle outdated' incorrect semantic versioning and ignore patchJames Wen2016-02-171-46/+51
| |/
* | Auto merge of #4307 - bundler:RochesterinNYC-update-development-submitting-pr...Homu2016-02-181-0/+18
|\ \ | |/ |/|
| * Add pre-PR-submission steps to DEVELOPMENT.mdRochesterinNYC-update-development-submitting-prsJames Wen2016-02-171-0/+18
|/
* Auto merge of #4305 - RochesterinNYC:better-error-message-applying-authentica...Homu2016-02-172-0/+20
|\
| * Add helpful message and error handling for non-CGI-escaped authenticationJames Wen2016-02-162-0/+20
|/
* Auto merge of #4302 - bundler:seg-no-proxy-support, r=indirectHomu2016-02-162-2/+9
|\
| * [Fetcher] Support setting http_proxy to :no_proxyseg-no-proxy-supportSamuel Giddins2016-02-152-2/+9
|/
* Auto merge of #4301 - RochesterinNYC:better-ux-message-for-bundle-outdated-af...Homu2016-02-162-0/+36
|\
| * Add error with message/explanation for `bundle outdated` in a frozen stateJames Wen2016-02-152-0/+36
|/
* Auto merge of #4298 - njam:preserve-path, r=indirectHomu2016-02-1512-142/+176
|\
| * Refactor path/environment preserver, make it always preserve the PATHReto Kaiser2016-02-1412-142/+176
|/
* Auto merge of #4291 - RochesterinNYC:add-clarifying-usage-message-for-deploym...Homu2016-02-113-5/+26
|\
| * Add alternative error message for when `--deployment` and `--system`James Wen2016-02-103-5/+26
* | Auto merge of #4292 - RochesterinNYC:add-error-message-for-shared-helpers-EPR...Homu2016-02-113-85/+170
|\ \
| * | Create `Bundler::VirtualProtocolError` that `Bundler::SharedHelpers#filesyste...James Wen2016-02-103-0/+20
| * | Refactor, clean up, and reformat unit tests for `Bundler::SharedHelpers`James Wen2016-02-101-85/+150
| |/
* | Auto merge of #4268 - Elffers:hhh_fix_ruby-I, r=indirectHomu2016-02-113-1/+42
|\ \ | |/ |/|
| * Remove unnecessary after blockHsing-Hui Hsu2016-02-091-5/+0
| * Remove space betweeen -I and dir name for 1.8.7Hsing-Hui Hsu2016-02-091-1/+1
| * Wrap Gem method as rubygems integrationHsing-Hui Hsu2016-02-072-1/+5
| * Address feedback on spec.Hsing-Hui Hsu2016-02-061-19/+26
| * Place bundler loaded gems after -I and RUBYLIBHsing-Hui Hsu2016-02-022-1/+36
* | Auto merge of #4286 - bundler:seg-rubocop-0.37.1, r=segiddinsHomu2016-02-104-25/+13
|\ \
| * | [RuboCop] Update to 0.37.1seg-rubocop-0.37.1Samuel Giddins2016-02-094-25/+13
|/ /
* | Merge tag 'v1.12.0.pre.1'Samuel Giddins2016-02-082-4/+40
|\ \
| * | Update changelog for 1.12.0.pre.1v1.12.0.pre.1Samuel Giddins2016-02-082-4/+40
|/ /
* | Auto merge of #4282 - bundler:seg-travis-remove-frozen-string, r=segiddinsHomu2016-02-081-4/+1
|\ \
| * | [Travis] Remove special frozen string literal buildseg-travis-remove-frozen-stringSamuel Giddins2016-02-051-4/+1
* | | Auto merge of #4280 - RochesterinNYC:add-porcelain-parseable-flag-bundle-outd...Homu2016-02-083-9/+62
|\ \ \
| * | | Add --parseable (with --porcelain alias) to `bundle outdated` for minimal outputJames Wen2016-02-043-9/+62
* | | | Merge pull request #4283 from RochesterinNYC/improve-error-message-invalid-ge...André Arko2016-02-082-0/+17
|\ \ \ \
| * | | | Add helpful invalid gemspec error message for `bundle installJames Wen2016-02-072-0/+17
| | |/ / | |/| |
* | | | Auto merge of #4281 - bundler:seg-rubocop-0.37, r=segiddinsHomu2016-02-065-19/+16
|\ \ \ \ | |/ / / |/| | |
| * | | [RuboCop] Update to 0.37.0seg-rubocop-0.37Samuel Giddins2016-02-055-19/+16
|/ / /
* | | Auto merge of #4278 - jbodah:gemspec-comment, r=segiddinsHomu2016-02-051-2/+2
|\ \ \ | |/ / |/| |
| * | Clarify comment in `bundle gem` gemspecJosh Bodah2016-02-041-2/+2
|/ /
* | Auto merge of #4264 - glennpratt:GH-4144-standalone-load-path, r=segiddinsHomu2016-02-042-1/+31
|\ \