summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-countSamuel Giddins2017-06-144-12/+17
* 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
* | 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
| * Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddinsThe Bundler Bot2017-06-011-1/+3
| * Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddinsThe Bundler Bot2017-06-012-2/+2
| * Auto merge of #5679 - bundler:seg-env-no-settings, r=indirectThe Bundler Bot2017-06-011-6/+8
| * Auto merge of #5673 - bundler:seg-force-submodule-deinit, r=indirectThe Bundler Bot2017-06-011-1/+1
* | [CLI::Common] Extract update lockfile checking logicseg-lock-update-missingSamuel Giddins2017-06-013-12/+9
* | [CLI::Lock] Fail gracefully when updating a missing gemSamuel Giddins2017-06-011-1/+9
* | Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddinsThe Bundler Bot2017-06-011-1/+3
|\ \
| * | use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspecColby Swandale2017-06-011-5/+1
| * | handle invalid gemspec and add specs for untested behaviour in bundle init --...Colby Swandale2017-06-011-0/+6
* | | Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddinsThe Bundler Bot2017-06-012-2/+2
|\ \ \
| * | | Add specs for install --force with git specsseg-git-force-no-git-opsSamuel Giddins2017-05-291-1/+1
| * | | [GitProxy] Don't declare Git as a subclass twiceSamuel Giddins2017-05-291-1/+1
* | | | List the remote host correctly in rake task desc.Michael Deering2017-05-311-7/+11
| |/ / |/| |
* | | Auto merge of #5635 - koic:tweak_newgem_template_for_rspec, r=indirectThe Bundler Bot2017-05-302-2/+1
|\ \ \
| * | | Tweak a newgem template for RSpecKoichi ITO2017-05-032-2/+1
* | | | Auto merge of #5679 - bundler:seg-env-no-settings, r=indirectThe Bundler Bot2017-05-291-6/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | [Env] Print well-formed markdown when there are no settingsseg-env-no-settingsSamuel Giddins2017-05-251-6/+8
* | | | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-2816-37/+37
* | | | Auto merge of #5665 - bundler:colby/stderr-feature, r=indirectThe Bundler Bot2017-05-273-2/+11
|\ \ \ \ | |/ / / |/| | |
| * | | remove colors if printing errors to stderr without a tty availableColby Swandale2017-05-231-1/+3
| * | | fix newline not being added correctly when printing to stderrColby Swandale2017-05-211-0/+3
| * | | stderr feature flag is notw error_on_stderrColby Swandale2017-05-173-3/+3
| * | | fix not checking error level before printing to stderrColby Swandale2017-05-171-1/+2
| * | | add print error to stderr featureColby Swandale2017-05-163-0/+3
* | | | [GitProxy] Force deinitializing submodulesseg-force-submodule-deinitSamuel Giddins2017-05-231-1/+1
* | | | Merge tag 'v1.15.0'Samuel Giddins2017-05-191-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Version 1.15.0 with changelogv1.15.0Samuel Giddins2017-05-191-1/+1
* | | Merge tag 'v1.15.0.pre.4'Samuel Giddins2017-05-101-1/+1
|\ \ \ | |/ /
| * | Version 1.15.0.pre.4 with changelogv1.15.0.pre.4Samuel Giddins2017-05-101-1/+1
| * | Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-101-0/+4
| * | Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddinsThe Bundler Bot2017-05-101-0/+1
* | | Auto merge of #5650 - bundler:seg-mirror-file-uri-case, r=indirectThe Bundler Bot2017-05-102-3/+4
|\ \ \
| * | | [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-caseSamuel Giddins2017-05-092-3/+4
* | | | Auto merge of #5646 - bundler:colby/installer-documetnation, r=segiddinsThe Bundler Bot2017-05-101-12/+15
|\ \ \ \