summaryrefslogtreecommitdiff
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5880 - stan3:ssl_cert_from_gem_config, r=indirectThe Bundler Bot2017-08-161-0/+41
|\
| * Use ssl client cert and ca cert settings from gem configuration as fallbacksTristan Hill2017-07-241-0/+41
* | Auto merge of #5910 - bundler:seg-outdated-warning-tweak, r=indirectThe Bundler Bot2017-08-151-2/+2
|\ \
| * | [CLI] Suggest bundle update --bundler when a newer version is installedseg-outdated-warning-tweakSamuel Giddins2017-08-011-2/+2
* | | Fix a typosKoichi ITO2017-08-152-2/+2
* | | Auto merge of #5927 - ajwann:warn-if-path-contains-colon, r=segiddinsThe Bundler Bot2017-08-131-0/+14
|\ \ \
| * | | use include? instead of matchAdam Wanninger2017-08-131-1/+1
| * | | raise PathError instead of BundlerErrorAdam Wanninger2017-08-091-2/+2
| * | | raise BundlerError and expand error messsageAdam Wanninger2017-08-071-19/+9
| * | | fix rubocop failuresAdam Wanninger2017-08-071-4/+18
| * | | exit if bundle bin path contains a path separatorAdam Wanninger2017-08-071-0/+10
* | | | Retry downloading gems consistently across all versions of RubyGemsShayon Mukherjee2017-08-061-0/+25
* | | | Auto merge of #5902 - bundler:seg-molinillo-0.6, r=segiddinsThe Bundler Bot2017-08-011-15/+16
|\ \ \ \
| * | | | Use compound matchers in resolving specSamuel Giddins2017-08-011-2/+1
| * | | | Refactor the GVP specs to not assume spec groups are arraysSamuel Giddins2017-08-011-15/+17
| | |/ / | |/| |
* | | | Auto merge of #5909 - koic:print_only_version_number, r=segiddinsThe Bundler Bot2017-08-011-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | [2.0] Print only version number from `bundler --version`Koichi ITO2017-08-011-1/+6
| |/ /
* | | [Env] Print all gemfiles that have been evaledseg-env-eval-gemfileSamuel Giddins2017-07-272-3/+51
|/ /
* | add more clear error message for user when adding a gem in the Gemfile with a...colby/gem-empty-name-validationColby Swandale2017-07-251-0/+5
* | Add unit tests for the settings validatorSamuel Giddins2017-07-231-0/+111
* | Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-2/+2
* | 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-201-0/+2
* | | [CLI] Dont print an outdated version warning when running a parseable commandseg-no-bundler-versio-warning-when-parseableSamuel Giddins2017-07-201-2/+13
| |/ |/|
* | 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-191-0/+1
* | Update the settings specs for []= being removedSamuel Giddins2017-07-191-1/+1
* | [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-194-33/+33
* | Return an empty array if no extensions are foundGrey Baker2017-07-181-1/+7
* | Fix spec on 2.0 broken with the v1.15.2 mergeseg-fix-specsSamuel Giddins2017-07-171-1/+1
* | Merge tag 'v1.15.2'Samuel Giddins2017-07-171-0/+5
|\ \ | |/
| * Auto merge of #5848 - bundler:seg-inline-bundle-bin, r=colby-swandaleThe Bundler Bot2017-07-171-1/+2
| * Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi...The Bundler Bot2017-07-171-0/+31
| * Auto merge of #5809 - bundler:seg-config-converted-value, r=indirectThe Bundler Bot2017-07-171-0/+10
| * Auto merge of #5801 - jakauppila:fix_no_proxy_patch, r=segiddinsThe Bundler Bot2017-07-171-0/+15
| * Auto merge of #5791 - bundler:seg-verbose-cli-print-no-defaults, r=colby-swan...The Bundler Bot2017-07-171-0/+5
| * Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddinsThe Bundler Bot2017-05-101-0/+25
* | [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-1622-0/+22
* | Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-0/+16
* | Add some unit tests for lockfile parsingSamuel Giddins2017-07-111-0/+59
* | [Inline] Work when BUNDLE_BIN is setseg-inline-bundle-binSamuel Giddins2017-07-071-1/+2
* | Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi...The Bundler Bot2017-07-051-0/+31
|\ \
| * | Compare sources using source's rootNick LaMuro2017-06-291-0/+31
* | | Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-3/+3
* | | Auto merge of #5613 - bundler:seg-vendor-fileutils, r=indirectThe Bundler Bot2017-07-053-7/+7
|\ \ \
| * | | Fix expectations to adapt to the fileutils bundler is usingseg-vendor-fileutilsSamuel Giddins2017-06-283-7/+7
| * | | Mock Bundler::FileUtils when necessarySamuel Giddins2017-06-283-7/+7
* | | | [DSL] Remove default git sources on 2.0seg-no-default-git-sourcesSamuel Giddins2017-06-281-2/+19
|/ / /
* | | Auto merge of #5792 - bundler:seg-remove-rubygems-aggregate, r=segiddinsThe Bundler Bot2017-06-273-14/+123
|\ \ \
| * | | More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-271-4/+47