| Commit message (Expand) | Author | Age | Files | Lines |
* | [with_rubygems] Ensure exec is always called to fix use in the binstubsseg-with-rubygems | Samuel Giddins | 2016-02-24 | 1 | -3/+7 |
* | Add helper script for running with particular rubygems versions | Samuel Giddins | 2016-02-24 | 4 | -9/+44 |
* | Auto merge of #4262 - RochesterinNYC:improved-error-message-when-different-pl... | Homu | 2016-02-24 | 3 | -6/+60 |
|\ |
|
| * | Add integration spec for multiple versions and diff platform in gemspec | James Wen | 2016-02-22 | 3 | -2/+28 |
| * | Add platform info to error message for different platform in gemspec than Gem... | James Wen | 2016-02-22 | 3 | -5/+33 |
* | | Auto merge of #4315 - RochesterinNYC:support-frozen-flag-for-bundle-package, ... | Homu | 2016-02-23 | 2 | -0/+29 |
|\ \ |
|
| * | | Add `--frozen` flag support for `bundle package` | James Wen | 2016-02-21 | 2 | -0/+29 |
| |/ |
|
* | | Auto merge of #4303 - njam:original_env, r=segiddins | Homu | 2016-02-23 | 2 | -93/+101 |
|\ \ |
|
| * | | Introduce Bundler.original_env and .clean_env | Reto Kaiser | 2016-02-21 | 2 | -93/+101 |
| |/ |
|
* | | Auto merge of #4312 - RochesterinNYC:add-patch-flag-for-bundle-outdated, r=se... | Homu | 2016-02-23 | 3 | -4/+31 |
|\ \
| |/
|/| |
|
| * | Add `--patch` flag for `bundle outdated` | James Wen | 2016-02-18 | 3 | -4/+31 |
|/ |
|
* | Auto merge of #4310 - bundler:seg-molinillo-0.4.3, r=segiddins | Homu | 2016-02-18 | 9 | -1/+11 |
|\ |
|
| * | [Resolver] Update Molinillo to 0.4.3seg-molinillo-0.4.3 | Samuel Giddins | 2016-02-17 | 9 | -1/+11 |
* | | Auto merge of #4309 - RochesterinNYC:fix-bundle-outdated-minor-behavior, r=in... | Homu | 2016-02-18 | 2 | -54/+91 |
|\ \ |
|
| * | | Fix `--minor` flag behavior for `bundle outdated` | James Wen | 2016-02-18 | 2 | -24/+56 |
| * | | Move 'bundle outdated' incorrect semantic versioning and ignore patch | James Wen | 2016-02-17 | 1 | -46/+51 |
| |/ |
|
* | | Auto merge of #4307 - bundler:RochesterinNYC-update-development-submitting-pr... | Homu | 2016-02-18 | 1 | -0/+18 |
|\ \
| |/
|/| |
|
| * | Add pre-PR-submission steps to DEVELOPMENT.mdRochesterinNYC-update-development-submitting-prs | James Wen | 2016-02-17 | 1 | -0/+18 |
|/ |
|
* | Auto merge of #4305 - RochesterinNYC:better-error-message-applying-authentica... | Homu | 2016-02-17 | 2 | -0/+20 |
|\ |
|
| * | Add helpful message and error handling for non-CGI-escaped authentication | James Wen | 2016-02-16 | 2 | -0/+20 |
|/ |
|
* | Auto merge of #4302 - bundler:seg-no-proxy-support, r=indirect | Homu | 2016-02-16 | 2 | -2/+9 |
|\ |
|
| * | [Fetcher] Support setting http_proxy to :no_proxyseg-no-proxy-support | Samuel Giddins | 2016-02-15 | 2 | -2/+9 |
|/ |
|
* | Auto merge of #4301 - RochesterinNYC:better-ux-message-for-bundle-outdated-af... | Homu | 2016-02-16 | 2 | -0/+36 |
|\ |
|
| * | Add error with message/explanation for `bundle outdated` in a frozen state | James Wen | 2016-02-15 | 2 | -0/+36 |
|/ |
|
* | Auto merge of #4298 - njam:preserve-path, r=indirect | Homu | 2016-02-15 | 12 | -142/+176 |
|\ |
|
| * | Refactor path/environment preserver, make it always preserve the PATH | Reto Kaiser | 2016-02-14 | 12 | -142/+176 |
|/ |
|
* | Auto merge of #4291 - RochesterinNYC:add-clarifying-usage-message-for-deploym... | Homu | 2016-02-11 | 3 | -5/+26 |
|\ |
|
| * | Add alternative error message for when `--deployment` and `--system` | James Wen | 2016-02-10 | 3 | -5/+26 |
* | | Auto merge of #4292 - RochesterinNYC:add-error-message-for-shared-helpers-EPR... | Homu | 2016-02-11 | 3 | -85/+170 |
|\ \ |
|
| * | | Create `Bundler::VirtualProtocolError` that `Bundler::SharedHelpers#filesyste... | James Wen | 2016-02-10 | 3 | -0/+20 |
| * | | Refactor, clean up, and reformat unit tests for `Bundler::SharedHelpers` | James Wen | 2016-02-10 | 1 | -85/+150 |
| |/ |
|
* | | Auto merge of #4268 - Elffers:hhh_fix_ruby-I, r=indirect | Homu | 2016-02-11 | 3 | -1/+42 |
|\ \
| |/
|/| |
|
| * | Remove unnecessary after block | Hsing-Hui Hsu | 2016-02-09 | 1 | -5/+0 |
| * | Remove space betweeen -I and dir name for 1.8.7 | Hsing-Hui Hsu | 2016-02-09 | 1 | -1/+1 |
| * | Wrap Gem method as rubygems integration | Hsing-Hui Hsu | 2016-02-07 | 2 | -1/+5 |
| * | Address feedback on spec. | Hsing-Hui Hsu | 2016-02-06 | 1 | -19/+26 |
| * | Place bundler loaded gems after -I and RUBYLIB | Hsing-Hui Hsu | 2016-02-02 | 2 | -1/+36 |
* | | Auto merge of #4286 - bundler:seg-rubocop-0.37.1, r=segiddins | Homu | 2016-02-10 | 4 | -25/+13 |
|\ \ |
|
| * | | [RuboCop] Update to 0.37.1seg-rubocop-0.37.1 | Samuel Giddins | 2016-02-09 | 4 | -25/+13 |
|/ / |
|
* | | Merge tag 'v1.12.0.pre.1' | Samuel Giddins | 2016-02-08 | 2 | -4/+40 |
|\ \ |
|
| * | | Update changelog for 1.12.0.pre.1v1.12.0.pre.1 | Samuel Giddins | 2016-02-08 | 2 | -4/+40 |
|/ / |
|
* | | Auto merge of #4282 - bundler:seg-travis-remove-frozen-string, r=segiddins | Homu | 2016-02-08 | 1 | -4/+1 |
|\ \ |
|
| * | | [Travis] Remove special frozen string literal buildseg-travis-remove-frozen-string | Samuel Giddins | 2016-02-05 | 1 | -4/+1 |
* | | | Auto merge of #4280 - RochesterinNYC:add-porcelain-parseable-flag-bundle-outd... | Homu | 2016-02-08 | 3 | -9/+62 |
|\ \ \ |
|
| * | | | Add --parseable (with --porcelain alias) to `bundle outdated` for minimal output | James Wen | 2016-02-04 | 3 | -9/+62 |
* | | | | Merge pull request #4283 from RochesterinNYC/improve-error-message-invalid-ge... | André Arko | 2016-02-08 | 2 | -0/+17 |
|\ \ \ \ |
|
| * | | | | Add helpful invalid gemspec error message for `bundle install | James Wen | 2016-02-07 | 2 | -0/+17 |
| | |/ /
| |/| | |
|
* | | | | Auto merge of #4281 - bundler:seg-rubocop-0.37, r=segiddins | Homu | 2016-02-06 | 5 | -19/+16 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [RuboCop] Update to 0.37.0seg-rubocop-0.37 | Samuel Giddins | 2016-02-05 | 5 | -19/+16 |
|/ / / |
|
* | | | Auto merge of #4278 - jbodah:gemspec-comment, r=segiddins | Homu | 2016-02-05 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|