summaryrefslogtreecommitdiff
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
* Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keysSamuel Giddins2017-06-131-1/+1
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-3050-50/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-0350-50/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-2811-41/+41
* | use Settings.temporary to set error_on_stderr feature flag in rspeccolby/stderr-featureColby Swandale2017-05-231-1/+1
* | remove colors if printing errors to stderr without a tty availableColby Swandale2017-05-231-1/+1
* | fix newline not being added correctly when printing to stderrColby Swandale2017-05-211-1/+1
* | stderr feature flag is notw error_on_stderrColby Swandale2017-05-171-1/+1
* | fix not checking error level before printing to stderrColby Swandale2017-05-171-0/+4
* | add print error to stderr featureColby Swandale2017-05-161-0/+45
* | Auto merge of #5650 - bundler:seg-mirror-file-uri-case, r=indirectThe Bundler Bot2017-05-101-0/+16
|\ \
| * | [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-caseSamuel Giddins2017-05-091-0/+16
* | | Auto merge of #5647 - bundler:colby/spec-set-specs, r=segiddinsThe Bundler Bot2017-05-091-0/+35
|\ \ \
| * | | add specs for #find_by_name_and_platform and #merge in SpecSetcolby/spec-set-specsColby Swandale2017-05-091-0/+35
* | | | Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddinsThe Bundler Bot2017-05-081-0/+25
|\ \ \ \
| * | | | Try and fix the buildJulian Nadeau2017-05-051-11/+11
| * | | | Fix tests, address concernsJulian Nadeau2017-05-051-4/+7
| * | | | Return Bundler::StubSpec if stub is a Bundler::StubSpecJulian Nadeau2017-05-051-0/+22
| | |/ / | |/| |
* | | | Auto merge of #5639 - koic:unify_notation_of_rubygems, r=segiddinsThe Bundler Bot2017-05-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
| | |/ | |/|
* | | Fix a typosKoichi ITO2017-05-032-6/+6
|/ /
* | [Settings] Allow configuring a mirror fallback timeout without a trailing slashseg-config-mirror-fallback-timeoutSamuel Giddins2017-04-241-0/+10
|/
* move implementation of Bundler::Env to class methodsColby Swandale2017-04-201-8/+7
* Auto merge of #5571 - bundler:seg-deadlocking-is-bad, r=indirectThe Bundler Bot2017-04-141-1/+1
|\
| * [SharedHelpers] Restore debug message for dep mismatchSamuel Giddins2017-04-131-1/+1
* | [Downloader] Print underlying error in HTTPErrorseg-downloader-errorSamuel Giddins2017-04-131-3/+3
|/
* Auto merge of #5568 - bundler:seg-stubs-no-load-full-spec, r=indirectThe Bundler Bot2017-04-081-1/+2
|\
| * [StubSpecification] Assign source when materializing the full specSamuel Giddins2017-04-071-1/+2
* | Auto merge of #5559 - colby-swandale:gem-branch-exception, r=segiddinsThe Bundler Bot2017-04-081-0/+18
|\ \ | |/ |/|
| * fix using branch with git_source with specColby Swandale2017-04-081-0/+7
| * fix breaking spec and add spec testing git source with branchColby Swandale2017-04-051-0/+6
| * fix mismatch in quotesColby Swandale2017-04-051-1/+1
| * print an error message when a non-git gem is given a `branch` optionColby Swandale2017-04-031-0/+5
* | Auto merge of #5555 - bundler:seg-outdated-new-machine, r=indirectThe Bundler Bot2017-04-031-0/+14
|\ \
| * | [UI::Shell] Simplify level comparison logicSamuel Giddins2017-03-311-0/+14
| |/
* | [VersionRanges] Say that != x, = x is emptySamuel Giddins2017-03-301-0/+37
|/
* add testsBrian Christian2017-03-281-0/+26
* Spec: Regression test for https://github.com/bundler/bundler/issues/5463Olle Jonsson2017-02-251-0/+30
* Auto merge of #5455 - googya:master, r=colby-swandaleThe Bundler Bot2017-02-211-2/+2
|\
| * fix typoleslie.wen2017-02-211-2/+2
* | Auto merge of #5436 - okkez:fix-frozen-string-literal-error-with-rubygems-2.6...The Bundler Bot2017-02-211-0/+27
|\ \ | |/ |/|
| * Add limit `:rubygems => ">= 2"`okkez2017-02-191-2/+2
| * Add unit test for previous commitokkez2017-02-181-0/+27
* | Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirectThe Bundler Bot2017-02-181-2/+2
|\ \
| * | When swapping, dont consider dep type for "missing" API depsSamuel Giddins2017-02-131-2/+2
* | | remove unused Process.kill mock in FIPS-mode specWill Jordan2017-02-171-6/+0
* | | simplify `md5_available?` test using `OpenSSL::Digest:MD5.digest`Will Jordan2017-02-171-12/+10
* | | Enable compact index when OpenSSL FIPS mode is enabled but not activeWill Jordan2017-02-161-6/+38
| |/ |/|
* | Auto merge of #5421 - bundler:seg-read-only-fs-no-global-settings, r=indirectThe Bundler Bot2017-02-151-0/+13
|\ \ | |/ |/|
| * [Settings] Allow not reading the global config file when there is no $HOME an...seg-read-only-fs-no-global-settingsSamuel Giddins2017-02-101-0/+13