summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure sudo specs are run against system gems for consistencyseg-validate-settingsSamuel Giddins2017-07-241-0/+3
* [Validator] Inspect array of symbols for 1.8.7 compatibilitySamuel Giddins2017-07-241-1/+1
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-2423-85/+123
* fixup! Add unit tests for the settings validatorSamuel Giddins2017-07-231-2/+2
* Hash#to_h does not exist on old rubiesSamuel Giddins2017-07-231-1/+1
* Add unit tests for the settings validatorSamuel Giddins2017-07-233-6/+117
* Make the doctor specs robust against SystemExitSamuel Giddins2017-07-231-9/+6
* nil out @configured in Bundler.reset!Samuel Giddins2017-07-231-0/+1
* [EndpointSpecification] Ensure all ivars are initializedSamuel Giddins2017-07-231-0/+1
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-2310-35/+75
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-2315-46/+90
* Introduce the notion of settings validationSamuel Giddins2017-07-235-22/+118
* Auto merge of #5893 - greysteil:add-prerelease-spec, r=segiddinsThe Bundler Bot2017-07-222-0/+9
|\
| * Add spec for prerelease dependency resolutionGrey Baker2017-07-222-0/+9
|/
* Auto merge of #5882 - bundler:rubymorillo-patch-1, r=colby-swandaleThe Bundler Bot2017-07-221-0/+7
|\
| * Removed whitespaceStephanie Morillo2017-07-211-5/+5
| * Add graph re: bundle exec modifying lockfileStephanie Morillo2017-07-201-0/+7
* | Auto merge of #5883 - bundler:rubymorillo-patch-2, r=colby-swandaleThe Bundler Bot2017-07-221-0/+1
|\ \
| * | Add line re: CGI escapeStephanie Morillo2017-07-201-0/+1
| |/
* | Merge tag 'v1.15.3'Samuel Giddins2017-07-212-1/+8
|\ \
| * | Version 1.15.3 with changelogv1.15.3Samuel Giddins2017-07-212-1/+8
| * | Auto merge of #5890 - bundler:seg-require-gemdeps, r=colby-swandaleThe Bundler Bot2017-07-211-0/+1
| * | Auto merge of #5885 - bundler:seg-yaml-empty-string-values, r=segiddinsThe Bundler Bot2017-07-211-0/+1
| * | Auto merge of #5884 - bundler:seg-no-bundler-versio-warning-when-parseable, r...The Bundler Bot2017-07-212-7/+27
* | | Auto merge of #5888 - bundler:rubymorillo-patch-3, r=indirectThe Bundler Bot2017-07-211-0/+11
|\ \ \
| * | | Remove whitespace, change sentenceStephanie Morillo2017-07-211-7/+7
| * | | Adding graphs explaining binstubsStephanie Morillo2017-07-201-0/+11
| | |/ | |/|
* | | Auto merge of #5887 - arbonap:master, r=indirectThe Bundler Bot2017-07-211-2/+4
|\ \ \
| * | | collapse examples where possibleAndre Arko2017-07-201-17/+3
| * | | Add instructions on how to update bundler, install prereleases, and uninstall...Patricia Arbona2017-07-201-0/+16
* | | | Auto merge of #5890 - bundler:seg-require-gemdeps, r=colby-swandaleThe Bundler Bot2017-07-211-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [RubyGemsIntegration] Require bundler/gemdeps before using itseg-require-gemdepsSamuel Giddins2017-07-201-0/+1
| | |/ | |/|
* | | Auto merge of #5885 - bundler:seg-yaml-empty-string-values, r=segiddinsThe Bundler Bot2017-07-201-0/+1
|\ \ \
| * | | [YAMLSerializer] Handle empty strings properlyseg-yaml-empty-string-valuesSamuel Giddins2017-07-202-3/+5
| |/ /
* | | Auto merge of #5884 - bundler:seg-no-bundler-versio-warning-when-parseable, r...The Bundler Bot2017-07-202-7/+27
|\ \ \ | |_|/ |/| |
| * | [CLI] Dont print an outdated version warning when running a parseable commandseg-no-bundler-versio-warning-when-parseableSamuel Giddins2017-07-202-7/+27
|/ /
* | Auto merge of #5811 - bundler:seg-stop-remembering-cli-options, r=indirectThe Bundler Bot2017-07-1962-508/+588
|\ \
| * | [EndpointSpecification] Ensure used ivars are initializedseg-stop-remembering-cli-optionsSamuel Giddins2017-07-191-0/+3
| * | [CLI] Deprecate install --no-pruneSamuel Giddins2017-07-191-1/+1
| * | [CLI] Deprecate install --force in favor of --redownloadSamuel Giddins2017-07-193-42/+47
| * | [CLI] Deprecate install --cleanSamuel Giddins2017-07-192-3/+3
| * | [CLI] Deprecate init --gemspecSamuel Giddins2017-07-192-3/+3
| * | [CLI] Rename #forgotten_option to #deprecated_optionSamuel Giddins2017-07-191-10/+10
| * | Update the specs for the new :deployment settingSamuel Giddins2017-07-1910-25/+25
| * | Fix the realworld specs under Bundler 2Samuel Giddins2017-07-193-15/+2
| * | Fix deployment specs under Bundler 2Samuel Giddins2017-07-192-22/+23
| * | Ensure groups are properly handled when the overlap in settingsSamuel Giddins2017-07-193-16/+28
| * | Use the create_file helper in the specs for its mkpathSamuel Giddins2017-07-191-3/+1
| * | Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-0/+1
| * | Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-1925-125/+135