| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -1/+25 |
* | Completely remove the postit trampoline | Samuel Giddins | 2017-06-21 | 10 | -220/+4 |
* | [CLI] Sort options for stability on ruby < 2seg-verbose-cli-print-no-defaults | Samuel Giddins | 2017-06-20 | 1 | -1/+1 |
* | [CLI] Dont print defaults in the command printed with --verbose | Samuel Giddins | 2017-06-19 | 1 | -4/+10 |
* | Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flag | Samuel Giddins | 2017-06-18 | 3 | -1/+5 |
* | 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 |
* | | [EnvironmentPreserver] Allow preserving MANPATHseg-fix-manpath | Samuel Giddins | 2017-06-16 | 1 | -0/+1 |
* | | Auto merge of #5718 - bundler:seg-reduce-gemfile-eval-count, r=indirect | The Bundler Bot | 2017-06-16 | 4 | -12/+17 |
|\ \ |
|
| * | | Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-count | Samuel Giddins | 2017-06-14 | 4 | -12/+17 |
* | | | 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 | 2 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Add --shebang option to binstubs commandseg-binstubs-shebang | Dimitris Zorbas | 2017-06-13 | 2 | -0/+3 |
* | | | | | Auto merge of #5719 - bundler:seg-prefer-gems-rb, r=indirect | The Bundler Bot | 2017-06-16 | 3 | -5/+19 |
|\ \ \ \ \ |
|
| * | | | | | Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rb | Samuel Giddins | 2017-06-15 | 3 | -5/+19 |
| | |/ / /
| |/| | | |
|
* | | | | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirect | The Bundler Bot | 2017-06-16 | 3 | -1/+41 |
|\ \ \ \ \ |
|
| * | | | | | Avoid git shenanigans with the build metadata fileseg-version-build-metadata | Samuel Giddins | 2017-06-13 | 4 | -10/+38 |
| * | | | | | [BUILD_METADATA] Make the defaults "dynamic" | Samuel Giddins | 2017-06-12 | 1 | -2/+2 |
| * | | | | | Print build metadata when running `bundle version` | Samuel Giddins | 2017-06-12 | 1 | -1/+4 |
| * | | | | | Commit blank generated build metadata file | Samuel Giddins | 2017-06-12 | 1 | -0/+9 |
* | | | | | | Auto merge of #5702 - bundler:seg-load-path-gem-plugins, r=indirect | The Bundler Bot | 2017-06-15 | 2 | -1/+32 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Ensure that diff/lcs is loaded in the specsseg-load-path-gem-plugins | Samuel Giddins | 2017-06-14 | 1 | -1/+6 |
| * | | | | | [RubyGemsIntegration] Implement #matches_for_glob for RG < 1.8 | Samuel Giddins | 2017-06-14 | 2 | -1/+9 |
| * | | | | | [Installer] Load plugin files from path gems | Samuel Giddins | 2017-06-14 | 2 | -1/+19 |
| | |_|/ /
| |/| | | |
|
* | | | | | Auto merge of #5722 - bundler:seg-update-all-flag, r=indirect | The Bundler Bot | 2017-06-15 | 5 | -7/+25 |
|\ \ \ \ \ |
|
| * | | | | | Add `—all` flag to `bundle update` | Samuel Giddins | 2017-06-14 | 4 | -3/+18 |
| * | | | | | [Install] Avoid re-writing settings when they won’t change | Samuel Giddins | 2017-06-14 | 1 | -3/+4 |
| * | | | | | [Settings] Require the local config file before emitting deprecations | Samuel Giddins | 2017-06-14 | 1 | -1/+3 |
| |/ / / / |
|
* | | | | | Auto merge of #5705 - bundler:seg-deprecate-github-git-source, r=indirect | The Bundler Bot | 2017-06-15 | 1 | -15/+24 |
|\ \ \ \ \ |
|
| * | | | | | [DSL] Deprecate the github source for 2.0seg-deprecate-github-git-source | Samuel Giddins | 2017-06-14 | 1 | -15/+24 |
| |/ / / / |
|
* | | | | | [Pristine] Raise when trying to pristine a missing gemseg-pristine-specific-gems | Samuel Giddins | 2017-06-14 | 1 | -0/+2 |
* | | | | | [Pristine] Allow passing a list of gems to pristine | Samuel Giddins | 2017-06-14 | 2 | -3/+8 |
* | | | | | [Pristine] Ensure git gems have added files removed | Samuel Giddins | 2017-06-14 | 1 | -5/+5 |
|/ / / / |
|
* | | | | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keys | Samuel Giddins | 2017-06-13 | 6 | -20/+46 |
| |/ /
|/| | |
|
* | | | Auto merge of #5704 - bundler:colby/init-new-gemfile-format, r=segiddins | The Bundler Bot | 2017-06-13 | 4 | -7/+20 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix the order of the boolean setting keyscolby/init-new-gemfile-format | Colby Swandale | 2017-06-06 | 1 | -2/+2 |
| * | | rename feature flag to `init_gems_rb` and PR feedback | Colby Swandale | 2017-06-05 | 3 | -5/+5 |
| * | | generate gems.rb in bundle init with feature flag | Colby Swandale | 2017-06-04 | 4 | -6/+19 |
| |/ |
|
* | | Auto merge of #5703 - bundler:seg-environment-shebang-mismatch, r=indirect | The Bundler Bot | 2017-06-12 | 1 | -19/+44 |
|\ \ |
|
| * | | [Env] Extract table formatting into a methodseg-environment-shebang-mismatch | Samuel Giddins | 2017-06-12 | 1 | -8/+14 |
| * | | [Env] Refactor to ensure the environment is always properly aligned | Samuel Giddins | 2017-06-12 | 1 | -23/+34 |
| * | | [Env] Print shebang when it doesnt match Gem.ruby | Samuel Giddins | 2017-06-12 | 1 | -0/+8 |
* | | | Auto merge of #5713 - bundler:seg-viz-other-gem, r=indirect | The Bundler Bot | 2017-06-12 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | [Viz] Work correctly when another gem with a graphviz file is presentseg-viz-other-gem | Samuel Giddins | 2017-06-12 | 1 | -0/+3 |
* | | | [SpecSet] Sort by name in #tsort | Samuel Giddins | 2017-06-06 | 1 | -1/+2 |
|/ / |
|
* | | Merge tag 'v1.15.1' | Samuel Giddins | 2017-06-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Version 1.15.1 with changelogv1.15.1 | Samuel Giddins | 2017-06-02 | 1 | -1/+1 |
| * | Auto merge of #5694 - bundler:seg-lock-update-missing, r=colby-swandale | The Bundler Bot | 2017-06-01 | 3 | -7/+12 |