| Commit message (Expand) | Author | Age | Files | Lines |
* | [DepProxy] Handle comparing against nilseg-molinillo-0.5.2 | Samuel Giddins | 2016-10-24 | 1 | -0/+1 |
* | Update vendored Molinillo to 0.5.2 | Samuel Giddins | 2016-10-23 | 2 | -4/+11 |
* | Merge tag 'v1.13.6' | Samuel Giddins | 2016-10-22 | 2 | -1/+7 |
|\ |
|
| * | Version 1.13.6 with changelogv1.13.6 | Samuel Giddins | 2016-10-22 | 2 | -1/+7 |
| * | Auto merge of #5106 - bundler:seg-public-gem, r=indirect | Homu | 2016-10-22 | 2 | -0/+19 |
* | | Auto merge of #5061 - chrismo:cons_outdated, r=indirect | Homu | 2016-10-22 | 6 | -33/+221 |
|\ \ |
|
| * | | filtered outdated msg shouldn't say 'up to date' | chrismo | 2016-10-19 | 2 | -6/+18 |
| * | | Enable cons updates in outdated and other fixes. | chrismo | 2016-10-12 | 6 | -31/+207 |
* | | | Auto merge of #4980 - chrismo:lock_shared_deps, r=indirect | Homu | 2016-10-22 | 6 | -91/+189 |
|\ \ \ |
|
| * | | | Add bundle install conservative updating to update | chrismo | 2016-10-21 | 6 | -91/+189 |
* | | | | Auto merge of #5106 - bundler:seg-public-gem, r=indirect | Homu | 2016-10-21 | 2 | -0/+19 |
|\ \ \ \ |
|
| * | | | | [RubygemsIntegration] Temporarily make #gem public againseg-public-gem | Samuel Giddins | 2016-10-20 | 2 | -0/+19 |
|/ / / / |
|
* | | | | Auto merge of #5071 - bundler:seg-use-gemdeps, r=indirect | Homu | 2016-10-21 | 2 | -0/+36 |
|\ \ \ \ |
|
| * | | | | [RubyGemsIntegration] Add a single method for #use_gemdepsseg-use-gemdeps | Samuel Giddins | 2016-10-09 | 2 | -0/+36 |
| | |/ /
| |/| | |
|
* | | | | Auto merge of #5104 - hmistry:lock-install-error, r=segiddins | Homu | 2016-10-20 | 2 | -1/+30 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fixed bundler incorrectly printing the following error message when attemptin... | hiren mistry | 2016-10-20 | 2 | -1/+30 |
|/ / / |
|
* | | | Merge tag 'v1.13.5' | Samuel Giddins | 2016-10-15 | 2 | -1/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | Version 1.13.5 with changelogv1.13.5 | Samuel Giddins | 2016-10-15 | 2 | -1/+7 |
| * | | Auto merge of #5090 - bundler:aa-missing-specs, r=indirect | Homu | 2016-10-15 | 4 | -5/+78 |
* | | | Auto merge of #5090 - bundler:aa-missing-specs, r=indirect | Homu | 2016-10-15 | 4 | -5/+78 |
|\ \ \ |
|
| * | | | [RuboCop] Avoid shadowing outer variableaa-missing-specs | Samuel Giddins | 2016-10-14 | 1 | -3/+3 |
| * | | | [Index] Allow pre-release versions when the base is pre-release | Samuel Giddins | 2016-10-14 | 1 | -1/+2 |
| * | | | remove extraneous bits, fix gemfiles | Andre Arko | 2016-10-13 | 1 | -6/+1 |
| * | | | add a failing spec for not-found gems | Andre Arko | 2016-10-13 | 1 | -0/+71 |
| * | | | the fake dependency api should return pre gems too | Andre Arko | 2016-10-12 | 1 | -1/+5 |
| * | | | include prereleases in the compact index | Andre Arko | 2016-10-12 | 1 | -2/+4 |
* | | | | Auto merge of #5053 - hmistry:fix-clean-dry-run, r=segiddins | Homu | 2016-10-15 | 2 | -2/+32 |
|\ \ \ \ |
|
| * | | | | Changed the behavior of 'bundle clean --dry-run' to output the list of gems b... | hiren mistry | 2016-10-04 | 2 | -2/+32 |
* | | | | | Auto merge of #5085 - bundler:aa-merge-1-13-4, r=segiddins | Homu | 2016-10-14 | 8 | -18/+36 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Merge tag 'v1.13.4'aa-merge-1-13-4 | Andre Arko | 2016-10-13 | 8 | -18/+36 |
| |\ \ \ \
|/ / / / /
| | | _ /
| | | / |
|
| * | | | initialize ivar correctly /ht @segiddinsv1.13.4 | Andre Arko | 2016-10-13 | 1 | -1/+1 |
| * | | | ruby 1.8 can't even give exit statuses | Andre Arko | 2016-10-13 | 1 | -2/+2 |
| * | | | holy crap, what a subtle bug | Andre Arko | 2016-10-13 | 3 | -0/+3 |
| * | | | correct PR number, ht @chrismo | Andre Arko | 2016-10-12 | 1 | -1/+1 |
| * | | | debug info for error on travis | Andre Arko | 2016-10-12 | 1 | -0/+6 |
| * | | | use the method now that we have it | Andre Arko | 2016-10-12 | 1 | -9/+1 |
| * | | | fix a bad find and replace | Andre Arko | 2016-10-12 | 1 | -1/+1 |
| * | | | setup that matches the expectations | Andre Arko | 2016-10-12 | 1 | -2/+2 |
| * | | | :cop: | Andre Arko | 2016-10-12 | 1 | -1/+1 |
| * | | | initialize ivar before use | Andre Arko | 2016-10-12 | 1 | -0/+1 |
| * | | | use realworld versions in realworld tests | Andre Arko | 2016-10-12 | 1 | -2/+10 |
| * | | | oops, backported something that doesn't exist | Andre Arko | 2016-10-12 | 1 | -1/+1 |
| * | | | Auto merge of #5077 - bundler:aa-revert-4998, r=indirect | Homu | 2016-10-12 | 1 | -1/+1 |
| * | | | Version 1.13.4 with changelog | Andre Arko | 2016-10-11 | 2 | -1/+10 |
| * | | | Auto merge of #4977 - chrismo:cons_lock_shared_deps, r=segiddins | Homu | 2016-10-11 | 2 | -3/+70 |
| * | | | Auto merge of #5010 - aycabta:use-require-instead-of-autoload-for-plugin-api,... | Homu | 2016-10-11 | 2 | -2/+2 |
| * | | | Auto merge of #5043 - bundler:aa-use-tmp, r=segiddins | Homu | 2016-10-11 | 2 | -1/+9 |
| * | | | Auto merge of #5064 - bundler:aa-debug-etag-mismatch, r=indirect | Homu | 2016-10-11 | 2 | -13/+16 |
* | | | | Merge tag 'v1.13.3' | Samuel Giddins | 2016-10-10 | 2 | -1/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Version 1.13.3 with changelogv1.13.3 | Samuel Giddins | 2016-10-10 | 2 | -1/+7 |