summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Move cached extensions to cache/extensionsseg-globally-cache-built-extensionsSamuel Giddins2017-08-192-4/+50
* Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se...The Bundler Bot2017-08-182-1/+27
|\
| * Use Bundler::Installer for bundle pristineNick LaMuro2017-08-142-1/+27
* | Update specs for thor handling file clashesSamuel Giddins2017-08-161-5/+5
* | 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 #5904 - bundler:seg-explicit-update-warning, r=indirectThe Bundler Bot2017-08-141-0/+18
|\ \ \ \
| * | | | [Update] Warn when an explicitly updated spec does not get a newer versionseg-explicit-update-warningSamuel Giddins2017-07-271-0/+18
* | | | | 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
| |/ / / /
* | | | | Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddinsThe Bundler Bot2017-08-121-0/+76
|\ \ \ \ \
| * | | | | Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-021-0/+76
| |/ / / /
* | | | | Auto merge of #5928 - shayonj:s/download-retry, r=segiddinsThe Bundler Bot2017-08-111-0/+25
|\ \ \ \ \
| * | | | | Retry downloading gems consistently across all versions of RubyGemsShayon Mukherjee2017-08-061-0/+25
* | | | | | Auto merge of #5920 - bundler:colby/bundler-list, r=segiddinsThe Bundler Bot2017-08-111-0/+40
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add --name-only option to print only the name of each gemcolby/bundler-listColby Swandale2017-08-101-0/+7
| * | | | | implement new list command taken from bundler showColby Swandale2017-08-041-0/+33
| |/ / / /
* | | | | Auto merge of #5902 - bundler:seg-molinillo-0.6, r=segiddinsThe Bundler Bot2017-08-013-25/+24
|\ \ \ \ \
| * | | | | Update conservative update specs for being able to revert to the locked resol...Samuel Giddins2017-08-011-8/+4
| * | | | | Use compound matchers in resolving specSamuel Giddins2017-08-012-4/+3
| * | | | | Update the resolving spec for debug output having changedSamuel Giddins2017-08-011-2/+4
| * | | | | 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-012-4/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [2.0] Print only version number from `bundler --version`Koichi ITO2017-08-012-4/+24
| |/ / /
* | | | [Env] Print all gemfiles that have been evaledseg-env-eval-gemfileSamuel Giddins2017-07-273-3/+65
|/ / /
* | | Auto merge of #5896 - bundler:seg-globally-cache-git-repos, r=indirectThe Bundler Bot2017-07-252-7/+17
|\ \ \
| * | | [Source::Git] Cache repos globallyseg-globally-cache-git-reposSamuel Giddins2017-07-252-7/+17
* | | | 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
|/ / /
* | | Auto merge of #5860 - bundler:seg-validate-settings, r=segiddinsThe Bundler Bot2017-07-2531-124/+314
|\ \ \
| * | | Ensure sudo specs are run against system gems for consistencyseg-validate-settingsSamuel Giddins2017-07-241-0/+3
| * | | Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-2422-84/+122
| * | | Add unit tests for the settings validatorSamuel Giddins2017-07-231-0/+111
| * | | Make the doctor specs robust against SystemExitSamuel Giddins2017-07-231-9/+6
| * | | Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-236-26/+67
| * | | Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-233-6/+6
| * | | Introduce the notion of settings validationSamuel Giddins2017-07-231-3/+3
* | | | Auto merge of #5878 - bundler:seg-bundler-binstubs, r=indirectThe Bundler Bot2017-07-243-11/+117
|\ \ \ \ | |/ / / |/| | |
| * | | Update binstubs specs to handle legacy rubygemsseg-bundler-binstubsSamuel Giddins2017-07-211-1/+4
| * | | Quote env var values for ruby < 2 popenSamuel Giddins2017-07-211-1/+1
| * | | Handle when Bundler is only available on the load pathSamuel Giddins2017-07-212-4/+4
| * | | Add a special bundler binstub that ensures the correct version is activatedSamuel Giddins2017-07-211-7/+110
* | | | Add spec for prerelease dependency resolutionGrey Baker2017-07-222-0/+9
|/ / /
* | | Auto merge of #5885 - bundler:seg-yaml-empty-string-values, r=segiddinsThe Bundler Bot2017-07-201-0/+1
|\ \ \