summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* 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-163-5/+19
|\ \ \ \ \
| * | | | | Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-153-5/+19
| | |/ / / | |/| | |
* | | | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirectThe Bundler Bot2017-06-163-1/+41
|\ \ \ \ \
| * | | | | Avoid git shenanigans with the build metadata fileseg-version-build-metadataSamuel Giddins2017-06-134-10/+38
| * | | | | [BUILD_METADATA] Make the defaults "dynamic"Samuel Giddins2017-06-121-2/+2
| * | | | | Print build metadata when running `bundle version`Samuel Giddins2017-06-121-1/+4
| * | | | | 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-136-20/+46
| |/ / |/| |
* | | 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
| |/
* | Auto merge of #5703 - bundler:seg-environment-shebang-mismatch, r=indirectThe Bundler Bot2017-06-121-19/+44
|\ \
| * | [Env] Extract table formatting into a methodseg-environment-shebang-mismatchSamuel Giddins2017-06-121-8/+14
| * | [Env] Refactor to ensure the environment is always properly alignedSamuel Giddins2017-06-121-23/+34
| * | [Env] Print shebang when it doesnt match Gem.rubySamuel Giddins2017-06-121-0/+8
* | | Auto merge of #5713 - bundler:seg-viz-other-gem, r=indirectThe Bundler Bot2017-06-121-0/+3
|\ \ \ | |/ / |/| |
| * | [Viz] Work correctly when another gem with a graphviz file is presentseg-viz-other-gemSamuel Giddins2017-06-121-0/+3
* | | [SpecSet] Sort by name in #tsortSamuel Giddins2017-06-061-1/+2
|/ /
* | Merge tag 'v1.15.1'Samuel Giddins2017-06-021-1/+1
|\ \ | |/ |/|
| * Version 1.15.1 with changelogv1.15.1Samuel Giddins2017-06-021-1/+1
| * Auto merge of #5694 - bundler:seg-lock-update-missing, r=colby-swandaleThe Bundler Bot2017-06-013-7/+12