| Commit message (Expand) | Author | Age | Files | Lines |
* | [Settings] Allow configuring a mirror fallback timeout without a trailing slashseg-config-mirror-fallback-timeout | Samuel Giddins | 2017-04-24 | 1 | -0/+10 |
* | Auto merge of #5602 - alextaylor000:issue-5423, r=segiddins | The Bundler Bot | 2017-04-22 | 1 | -0/+27 |
|\ |
|
| * | Ensure pre-existing Git caches are updated from remote source | Alex Taylor | 2017-04-21 | 1 | -0/+27 |
* | | Auto merge of #5600 - bundler:seg-lockfile-duplicates, r=segiddins | The Bundler Bot | 2017-04-21 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | Avoid duplicating specs in the lockfile after updating w/ the gem uninstalledseg-lockfile-duplicates | Samuel Giddins | 2017-04-19 | 1 | -0/+12 |
* | | Auto merge of #5588 - bundler:seg-fix-ruby-head-tests, r=segiddins | The Bundler Bot | 2017-04-21 | 2 | -3/+4 |
|\ \ |
|
| * | | Fix exec_spec on ruby-head | Samuel Giddins | 2017-04-19 | 2 | -3/+4 |
| |/ |
|
* | | Auto merge of #5595 - bundler:jules2689-stub-spec-extension-dir, r=segiddins | The Bundler Bot | 2017-04-20 | 1 | -0/+5 |
|\ \ |
|
| * | | Apply source to calculate stub spec extension | Julian Nadeau | 2017-04-18 | 1 | -0/+5 |
| |/ |
|
* | | move implementation of Bundler::Env to class methods | Colby Swandale | 2017-04-20 | 1 | -8/+7 |
|/ |
|
* | Auto merge of #5585 - bundler:seg-spec-set-perf, r=segiddins | The Bundler Bot | 2017-04-15 | 1 | -1/+1 |
|\ |
|
| * | [SpecSet] Avoid sorting specs in initializer | Samuel Giddins | 2017-04-14 | 1 | -1/+1 |
* | | Auto merge of #5306 - colby-swandale:bundler-config-parseable-flag, r=segiddins | The Bundler Bot | 2017-04-15 | 1 | -0/+89 |
|\ \
| |/
|/| |
|
| * | print key & value on config set and print new value when overwritting existin... | Colby Swandale | 2017-04-15 | 1 | -4/+5 |
| * | print old config value in parseable format using overwriting an existing | Colby Swandale | 2017-04-12 | 1 | -0/+11 |
| * | print only highest priority value per config | Colby Swandale | 2017-04-06 | 1 | -6/+5 |
| * | update config output parseable format and specs | Colby Swandale | 2017-04-05 | 1 | -1/+17 |
| * | print minimal report of configuration with bundler config --parseable | Colby Swandale | 2017-04-03 | 1 | -0/+19 |
| * | Merge remote-tracking branch 'upstream/master' into bundler-config-parseable-... | Colby Swandale | 2017-03-29 | 158 | -507/+3166 |
| |\ |
|
| * | | cleanup and add missing specs are parseable option | Colby Swandale | 2017-01-05 | 1 | -27/+24 |
| * | | Add specs to ensure parseable doesn't break global and local set | JuanitoFatas | 2016-09-15 | 1 | -0/+12 |
| * | | Add more test cases for bundle config --parseable option | JuanitoFatas | 2016-08-28 | 1 | -2/+26 |
| * | | Add parseable option to bundle config | JuanitoFatas | 2016-08-26 | 1 | -0/+10 |
* | | | Auto merge of #5571 - bundler:seg-deadlocking-is-bad, r=indirect | The Bundler Bot | 2017-04-14 | 4 | -5/+38 |
|\ \ \ |
|
| * | | | Stop allowing -rbundler/setup to silently ignore added specs in deployment modeseg-deadlocking-is-bad | Samuel Giddins | 2017-04-13 | 1 | -1/+11 |
| * | | | Support rubygems that print dep type in specs | Samuel Giddins | 2017-04-13 | 1 | -1/+1 |
| * | | | [SharedHelpers] Restore debug message for dep mismatch | Samuel Giddins | 2017-04-13 | 2 | -4/+4 |
| * | | | Avoid deadlocking when installing with a lockfile missing dependencies | Samuel Giddins | 2017-04-13 | 1 | -0/+23 |
* | | | | [Downloader] Print underlying error in HTTPErrorseg-downloader-error | Samuel Giddins | 2017-04-13 | 1 | -3/+3 |
|/ / / |
|
* | | | Auto merge of #5580 - koic:use_latest_rubies, r=segiddins | The Bundler Bot | 2017-04-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Change to a too large value that doesn't conflict in the future | Koichi ITO | 2017-04-13 | 1 | -1/+1 |
* | | | | [Pristine] Skip the bundler gemseg-pristine-skip-bundler | Samuel Giddins | 2017-04-12 | 1 | -2/+8 |
|/ / / |
|
* | | | Auto merge of #5503 - denniss:ds-bundle-pristine, r=segiddins | The Bundler Bot | 2017-04-11 | 1 | -0/+96 |
|\ \ \ |
|
| * | | | Fix rubocop errors | Dennis Suratna | 2017-04-11 | 1 | -3/+3 |
| * | | | Handle and test gemspec. Add platform to message | Dennis Suratna | 2017-04-11 | 1 | -5/+37 |
| * | | | Refactor specs and pristine | Dennis Suratna | 2017-04-11 | 1 | -8/+11 |
| * | | | Expand test and refactor to re-install using source | Dennis Suratna | 2017-04-11 | 1 | -17/+15 |
| * | | | Add more specs and handle git source | Dennis Suratna | 2017-04-11 | 1 | -18/+31 |
| * | | | Initial pristine specs | Dennis Suratna | 2017-04-11 | 1 | -0/+50 |
* | | | | Auto merge of #5486 - denniss:4901-add-command, r=segiddins | The Bundler Bot | 2017-04-11 | 2 | -3/+112 |
|\ \ \ \ |
|
| * | | | | Test error message when source is specified | Dennis Suratna | 2017-04-10 | 1 | -0/+3 |
| * | | | | Fix spec. Check for requirement pattern | Dennis Suratna | 2017-04-10 | 1 | -1/+1 |
| * | | | | Fix failing specs and consistently use double quotes for rendered Gemfile lines | Dennis Suratna | 2017-04-10 | 2 | -6/+6 |
| * | | | | Add negative testing | Dennis Suratna | 2017-04-10 | 1 | -0/+24 |
| * | | | | Add command - refactor and use double quotes and fix specs | Dennis Suratna | 2017-04-10 | 1 | -9/+9 |
| * | | | | Add Command: Handle pre release suffix | Dennis Suratna | 2017-04-10 | 1 | -0/+14 |
| * | | | | Add command: Handle multiple versions | Dennis Suratna | 2017-04-10 | 1 | -0/+6 |
| * | | | | Add command implementation | Dennis Suratna | 2017-04-10 | 1 | -0/+62 |
| |/ / / |
|
* | | | | Auto merge of #5568 - bundler:seg-stubs-no-load-full-spec, r=indirect | The Bundler Bot | 2017-04-08 | 2 | -1/+49 |
|\ \ \ \ |
|
| * | | | | [StubSpecification] Move availability logic to RubygemsIntegration | Samuel Giddins | 2017-04-07 | 1 | -2/+2 |