summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5809 - bundler:seg-config-converted-value, r=indirectThe Bundler Bot2017-06-231-12/+16
|\
| * [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-valueSamuel Giddins2017-06-221-12/+16
* | Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirectThe Bundler Bot2017-06-233-7/+21
|\ \
| * | [Definition] Allow installing in deployment mode when an unused path source i...seg-dont-hit-remote-twiceSamuel Giddins2017-06-221-1/+16
| * | [SpecSet] Pass the correct raise_if_missing parameter in #materializeSamuel Giddins2017-06-221-1/+1
| * | Allow not having specs available for gems that won’t be installedSamuel Giddins2017-06-222-5/+4
| |/
* | Auto merge of #5801 - jakauppila:fix_no_proxy_patch, r=segiddinsThe Bundler Bot2017-06-231-0/+2
|\ \
| * | Add explicit nil proxy arguments - Fixes no_proxy supportJared Kauppila2017-06-221-0/+2
* | | Auto merge of #5725 - bundler:seg-default-command, r=indirectThe Bundler Bot2017-06-232-5/+24
|\ \ \
| * | | Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-commandSamuel Giddins2017-06-142-5/+24
* | | | Make pretty-printing a dependency consistentseg-allow-bundler-dep-conflictsSamuel Giddins2017-06-224-10/+15
* | | | Allow conflicts between bundler dependencies and the current bundler versionSamuel Giddins2017-06-224-1/+25
| |_|/ |/| |
* | | Completely remove the postit trampolineSamuel Giddins2017-06-2110-220/+4
* | | [CLI] Sort options for stability on ruby < 2seg-verbose-cli-print-no-defaultsSamuel Giddins2017-06-201-1/+1
* | | [CLI] Dont print defaults in the command printed with --verboseSamuel Giddins2017-06-191-4/+10
| |/ |/|
* | Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flagSamuel Giddins2017-06-183-1/+5
* | Auto merge of #5785 - bundler:colby/fix-group-conflict-error, r=segiddinsThe Bundler Bot2017-06-181-1/+1
|\ \
| * | fix a missing space in the group conflict error messagecolby/fix-group-conflict-errorColby Swandale2017-06-181-1/+1
* | | [EnvironmentPreserver] Allow preserving MANPATHseg-fix-manpathSamuel Giddins2017-06-161-0/+1
* | | Auto merge of #5718 - bundler:seg-reduce-gemfile-eval-count, r=indirectThe Bundler Bot2017-06-164-12/+17
|\ \ \
| * | | Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-countSamuel Giddins2017-06-144-12/+17
| | |/ | |/|
* | | Auto merge of #5728 - bundler:seg-bundle-gem-github-source, r=indirectThe Bundler Bot2017-06-163-0/+6
|\ \ \
| * | | Create Gemfiles with an HTTPS github source definedseg-bundle-gem-github-sourceSamuel Giddins2017-06-153-0/+6
* | | | Auto merge of #5721 - bundler:seg-binstubs-shebang, r=indirectThe Bundler Bot2017-06-162-0/+3
|\ \ \ \
| * | | | Add --shebang option to binstubs commandseg-binstubs-shebangDimitris Zorbas2017-06-132-0/+3
* | | | | Auto merge of #5719 - bundler:seg-prefer-gems-rb, r=indirectThe Bundler Bot2017-06-164-6/+20
|\ \ \ \ \
| * | | | | Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-154-6/+20
| | |/ / / | |/| | |
* | | | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirectThe Bundler Bot2017-06-164-1/+42
|\ \ \ \ \
| * | | | | Avoid git shenanigans with the build metadata fileseg-version-build-metadataSamuel Giddins2017-06-135-11/+39
| * | | | | [BUILD_METADATA] Make the defaults "dynamic"Samuel Giddins2017-06-121-2/+2
| * | | | | Print build metadata when running `bundle version`Samuel Giddins2017-06-122-1/+5
| * | | | | Commit blank generated build metadata fileSamuel Giddins2017-06-121-0/+9
* | | | | | Auto merge of #5702 - bundler:seg-load-path-gem-plugins, r=indirectThe Bundler Bot2017-06-152-1/+32
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Ensure that diff/lcs is loaded in the specsseg-load-path-gem-pluginsSamuel Giddins2017-06-141-1/+6
| * | | | | [RubyGemsIntegration] Implement #matches_for_glob for RG < 1.8Samuel Giddins2017-06-142-1/+9
| * | | | | [Installer] Load plugin files from path gemsSamuel Giddins2017-06-142-1/+19
| | |_|/ / | |/| | |
* | | | | Auto merge of #5722 - bundler:seg-update-all-flag, r=indirectThe Bundler Bot2017-06-155-7/+25
|\ \ \ \ \
| * | | | | Add `—all` flag to `bundle update`Samuel Giddins2017-06-144-3/+18
| * | | | | [Install] Avoid re-writing settings when they won’t changeSamuel Giddins2017-06-141-3/+4
| * | | | | [Settings] Require the local config file before emitting deprecationsSamuel Giddins2017-06-141-1/+3
| |/ / / /
* | | | | Auto merge of #5705 - bundler:seg-deprecate-github-git-source, r=indirectThe Bundler Bot2017-06-151-15/+24
|\ \ \ \ \
| * | | | | [DSL] Deprecate the github source for 2.0seg-deprecate-github-git-sourceSamuel Giddins2017-06-141-15/+24
| |/ / / /
* | | | | [Pristine] Raise when trying to pristine a missing gemseg-pristine-specific-gemsSamuel Giddins2017-06-141-0/+2
* | | | | [Pristine] Allow passing a list of gems to pristineSamuel Giddins2017-06-142-3/+8
* | | | | [Pristine] Ensure git gems have added files removedSamuel Giddins2017-06-141-5/+5
|/ / / /
* | | | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keysSamuel Giddins2017-06-137-22/+48
| |/ / |/| |
* | | Auto merge of #5704 - bundler:colby/init-new-gemfile-format, r=segiddinsThe Bundler Bot2017-06-134-7/+20
|\ \ \ | |/ / |/| |
| * | fix the order of the boolean setting keyscolby/init-new-gemfile-formatColby Swandale2017-06-061-2/+2
| * | rename feature flag to `init_gems_rb` and PR feedbackColby Swandale2017-06-053-5/+5
| * | generate gems.rb in bundle init with feature flagColby Swandale2017-06-044-6/+19
| |/