| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Slack badge to READMEadd-slackin-to-readme | Andre Medeiros | 2017-06-23 | 1 | -0/+1 |
* | Auto merge of #5809 - bundler:seg-config-converted-value, r=indirect | The Bundler Bot | 2017-06-23 | 2 | -12/+26 |
|\ |
|
| * | [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-value | Samuel Giddins | 2017-06-22 | 2 | -12/+26 |
* | | Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirect | The Bundler Bot | 2017-06-23 | 7 | -37/+80 |
|\ \ |
|
| * | | [Definition] Allow installing in deployment mode when an unused path source i...seg-dont-hit-remote-twice | Samuel Giddins | 2017-06-22 | 2 | -1/+45 |
| * | | [SpecSet] Pass the correct raise_if_missing parameter in #materialize | Samuel Giddins | 2017-06-22 | 1 | -1/+1 |
| * | | Improve the quality spec to make error messages clickable as paths | Samuel Giddins | 2017-06-22 | 1 | -24/+24 |
| * | | Allow not having specs available for gems that won’t be installed | Samuel Giddins | 2017-06-22 | 4 | -11/+10 |
| |/ |
|
* | | Auto merge of #5801 - jakauppila:fix_no_proxy_patch, r=segiddins | The Bundler Bot | 2017-06-23 | 2 | -0/+17 |
|\ \ |
|
| * | | Add explicit nil proxy arguments - Fixes no_proxy support | Jared Kauppila | 2017-06-22 | 2 | -0/+17 |
* | | | Auto merge of #5725 - bundler:seg-default-command, r=indirect | The Bundler Bot | 2017-06-23 | 3 | -5/+25 |
|\ \ \ |
|
| * | | | Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-command | Samuel Giddins | 2017-06-14 | 3 | -5/+25 |
* | | | | Auto merge of #5788 - bundler:seg-allow-bundler-dep-conflicts, r=indirect | The Bundler Bot | 2017-06-23 | 8 | -10/+64 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Make pretty-printing a dependency consistentseg-allow-bundler-dep-conflicts | Samuel Giddins | 2017-06-22 | 4 | -10/+15 |
| * | | | Allow conflicts between bundler dependencies and the current bundler version | Samuel Giddins | 2017-06-22 | 6 | -1/+50 |
|/ / / |
|
* | | | Auto merge of #5805 - bundler:colby/welcome-message, r=colby-swandale | The Bundler Bot | 2017-06-22 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | remove info about running test suite, its redundantcolby/welcome-message | Colby Swandale | 2017-06-22 | 1 | -1/+1 |
| * | | | feedback and fixed some clarity issues | Colby Swandale | 2017-06-22 | 1 | -2/+2 |
| * | | | add welcome message for PR auto replies | Colby Swandale | 2017-06-22 | 1 | -0/+7 |
* | | | | Auto merge of #5804 - bundler:seg-remove-postit-trampoline, r=indirect | The Bundler Bot | 2017-06-21 | 17 | -469/+5 |
|\ \ \ \ |
|
| * | | | | Completely remove the postit trampoline | Samuel Giddins | 2017-06-21 | 17 | -469/+5 |
|/ / / / |
|
* | | | | Auto merge of #5802 - koic:remove_require_spec_helper_from_spec_files, r=colb... | The Bundler Bot | 2017-06-21 | 3 | -3/+0 |
|\ \ \ \ |
|
| * | | | | Remove `require "spec_helper"` from spec files | Koichi ITO | 2017-06-21 | 3 | -3/+0 |
|/ / / / |
|
* | | | | Auto merge of #5795 - bundler:seg-spec-warnings, r=segiddins | The Bundler Bot | 2017-06-20 | 2 | -9/+2 |
|\ \ \ \ |
|
| * | | | | Avoid warnings in the specs on Ruby 1.8.7seg-spec-warnings | Samuel Giddins | 2017-06-20 | 2 | -9/+2 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #5791 - bundler:seg-verbose-cli-print-no-defaults, r=colby-swan... | The Bundler Bot | 2017-06-20 | 2 | -4/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [CLI] Sort options for stability on ruby < 2seg-verbose-cli-print-no-defaults | Samuel Giddins | 2017-06-20 | 2 | -2/+2 |
| * | | | [CLI] Dont print defaults in the command printed with --verbose | Samuel Giddins | 2017-06-19 | 2 | -4/+15 |
|/ / / |
|
* | | | Auto merge of #5727 - bundler:seg-update-source-feature-flag, r=indirect | The Bundler Bot | 2017-06-19 | 5 | -1/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flag | Samuel Giddins | 2017-06-18 | 5 | -1/+23 |
|/ / |
|
* | | Auto merge of #5785 - bundler:colby/fix-group-conflict-error, r=segiddins | The Bundler Bot | 2017-06-18 | 1 | -1/+1 |
|\ \ |
|
| * | | fix a missing space in the group conflict error messagecolby/fix-group-conflict-error | Colby Swandale | 2017-06-18 | 1 | -1/+1 |
* | | | Auto merge of #5783 - bundler:seg-fix-manpath, r=segiddins | The Bundler Bot | 2017-06-17 | 2 | -0/+39 |
|\ \ \ |
|
| * | | | [EnvironmentPreserver] Allow preserving MANPATHseg-fix-manpath | Samuel Giddins | 2017-06-16 | 2 | -0/+39 |
|/ / / |
|
* | | | Auto merge of #5729 - HippoDippo:patch-1, r=colby-swandale | The Bundler Bot | 2017-06-16 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Update bundle-gem.ronn | Kaycee | 2017-06-15 | 1 | -1/+1 |
* | | | | Auto merge of #5718 - bundler:seg-reduce-gemfile-eval-count, r=indirect | The Bundler Bot | 2017-06-16 | 6 | -13/+65 |
|\ \ \ \ |
|
| * | | | | Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-count | Samuel Giddins | 2017-06-14 | 6 | -13/+65 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #5728 - bundler:seg-bundle-gem-github-source, r=indirect | The Bundler Bot | 2017-06-16 | 3 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Create Gemfiles with an HTTPS github source definedseg-bundle-gem-github-source | Samuel Giddins | 2017-06-15 | 3 | -0/+6 |
* | | | | | Auto merge of #5721 - bundler:seg-binstubs-shebang, r=indirect | The Bundler Bot | 2017-06-16 | 3 | -0/+16 |
|\ \ \ \ \ |
|
| * | | | | | Add --shebang option to binstubs commandseg-binstubs-shebang | Dimitris Zorbas | 2017-06-13 | 3 | -0/+16 |
* | | | | | | Auto merge of #5719 - bundler:seg-prefer-gems-rb, r=indirect | The Bundler Bot | 2017-06-16 | 7 | -9/+41 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rb | Samuel Giddins | 2017-06-15 | 7 | -9/+41 |
* | | | | | | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirect | The Bundler Bot | 2017-06-16 | 11 | -7/+150 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | Avoid git shenanigans with the build metadata fileseg-version-build-metadata | Samuel Giddins | 2017-06-13 | 11 | -44/+76 |
| * | | | | | | [Rakefile] Run hooks quietly | Samuel Giddins | 2017-06-12 | 2 | -5/+5 |
| * | | | | | | [Rakefile] Add tasks to setup git hooks | Samuel Giddins | 2017-06-12 | 2 | -1/+48 |
| * | | | | | | Rebuild build metadata whenever the HEAD changes | Samuel Giddins | 2017-06-12 | 1 | -1/+1 |
| * | | | | | | [Rakefile] Assume that the build metadata is unchanged before changing it | Samuel Giddins | 2017-06-12 | 1 | -0/+2 |