| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keys | Samuel Giddins | 2017-06-13 | 1 | -1/+1 |
* | Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirect | The Bundler Bot | 2017-05-30 | 50 | -50/+0 |
|\ |
|
| * | Specify `--require spec_helper` in .rspec | Koichi ITO | 2017-05-03 | 50 | -50/+0 |
* | | [RuboCop] Enable Style/PercentLiteralDelimiters | Koichi ITO | 2017-05-28 | 11 | -41/+41 |
* | | use Settings.temporary to set error_on_stderr feature flag in rspeccolby/stderr-feature | Colby Swandale | 2017-05-23 | 1 | -1/+1 |
* | | remove colors if printing errors to stderr without a tty available | Colby Swandale | 2017-05-23 | 1 | -1/+1 |
* | | fix newline not being added correctly when printing to stderr | Colby Swandale | 2017-05-21 | 1 | -1/+1 |
* | | stderr feature flag is notw error_on_stderr | Colby Swandale | 2017-05-17 | 1 | -1/+1 |
* | | fix not checking error level before printing to stderr | Colby Swandale | 2017-05-17 | 1 | -0/+4 |
* | | add print error to stderr feature | Colby Swandale | 2017-05-16 | 1 | -0/+45 |
* | | Auto merge of #5650 - bundler:seg-mirror-file-uri-case, r=indirect | The Bundler Bot | 2017-05-10 | 1 | -0/+16 |
|\ \ |
|
| * | | [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-case | Samuel Giddins | 2017-05-09 | 1 | -0/+16 |
* | | | Auto merge of #5647 - bundler:colby/spec-set-specs, r=segiddins | The Bundler Bot | 2017-05-09 | 1 | -0/+35 |
|\ \ \ |
|
| * | | | add specs for #find_by_name_and_platform and #merge in SpecSetcolby/spec-set-specs | Colby Swandale | 2017-05-09 | 1 | -0/+35 |
* | | | | Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddins | The Bundler Bot | 2017-05-08 | 1 | -0/+25 |
|\ \ \ \ |
|
| * | | | | Try and fix the build | Julian Nadeau | 2017-05-05 | 1 | -11/+11 |
| * | | | | Fix tests, address concerns | Julian Nadeau | 2017-05-05 | 1 | -4/+7 |
| * | | | | Return Bundler::StubSpec if stub is a Bundler::StubSpec | Julian Nadeau | 2017-05-05 | 1 | -0/+22 |
| | |/ /
| |/| | |
|
* | | | | Auto merge of #5639 - koic:unify_notation_of_rubygems, r=segiddins | The Bundler Bot | 2017-05-08 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Unify the notation of RubyGems | Koichi ITO | 2017-05-04 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Fix a typos | Koichi ITO | 2017-05-03 | 2 | -6/+6 |
|/ / |
|
* | | [Settings] Allow configuring a mirror fallback timeout without a trailing slashseg-config-mirror-fallback-timeout | Samuel Giddins | 2017-04-24 | 1 | -0/+10 |
|/ |
|
* | move implementation of Bundler::Env to class methods | Colby Swandale | 2017-04-20 | 1 | -8/+7 |
* | Auto merge of #5571 - bundler:seg-deadlocking-is-bad, r=indirect | The Bundler Bot | 2017-04-14 | 1 | -1/+1 |
|\ |
|
| * | [SharedHelpers] Restore debug message for dep mismatch | Samuel Giddins | 2017-04-13 | 1 | -1/+1 |
* | | [Downloader] Print underlying error in HTTPErrorseg-downloader-error | Samuel Giddins | 2017-04-13 | 1 | -3/+3 |
|/ |
|
* | Auto merge of #5568 - bundler:seg-stubs-no-load-full-spec, r=indirect | The Bundler Bot | 2017-04-08 | 1 | -1/+2 |
|\ |
|
| * | [StubSpecification] Assign source when materializing the full spec | Samuel Giddins | 2017-04-07 | 1 | -1/+2 |
* | | Auto merge of #5559 - colby-swandale:gem-branch-exception, r=segiddins | The Bundler Bot | 2017-04-08 | 1 | -0/+18 |
|\ \
| |/
|/| |
|
| * | fix using branch with git_source with spec | Colby Swandale | 2017-04-08 | 1 | -0/+7 |
| * | fix breaking spec and add spec testing git source with branch | Colby Swandale | 2017-04-05 | 1 | -0/+6 |
| * | fix mismatch in quotes | Colby Swandale | 2017-04-05 | 1 | -1/+1 |
| * | print an error message when a non-git gem is given a `branch` option | Colby Swandale | 2017-04-03 | 1 | -0/+5 |
* | | Auto merge of #5555 - bundler:seg-outdated-new-machine, r=indirect | The Bundler Bot | 2017-04-03 | 1 | -0/+14 |
|\ \ |
|
| * | | [UI::Shell] Simplify level comparison logic | Samuel Giddins | 2017-03-31 | 1 | -0/+14 |
| |/ |
|
* | | [VersionRanges] Say that != x, = x is empty | Samuel Giddins | 2017-03-30 | 1 | -0/+37 |
|/ |
|
* | add tests | Brian Christian | 2017-03-28 | 1 | -0/+26 |
* | Spec: Regression test for https://github.com/bundler/bundler/issues/5463 | Olle Jonsson | 2017-02-25 | 1 | -0/+30 |
* | Auto merge of #5455 - googya:master, r=colby-swandale | The Bundler Bot | 2017-02-21 | 1 | -2/+2 |
|\ |
|
| * | fix typo | leslie.wen | 2017-02-21 | 1 | -2/+2 |
* | | Auto merge of #5436 - okkez:fix-frozen-string-literal-error-with-rubygems-2.6... | The Bundler Bot | 2017-02-21 | 1 | -0/+27 |
|\ \
| |/
|/| |
|
| * | Add limit `:rubygems => ">= 2"` | okkez | 2017-02-19 | 1 | -2/+2 |
| * | Add unit test for previous commit | okkez | 2017-02-18 | 1 | -0/+27 |
* | | Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirect | The Bundler Bot | 2017-02-18 | 1 | -2/+2 |
|\ \ |
|
| * | | When swapping, dont consider dep type for "missing" API deps | Samuel Giddins | 2017-02-13 | 1 | -2/+2 |
* | | | remove unused Process.kill mock in FIPS-mode spec | Will Jordan | 2017-02-17 | 1 | -6/+0 |
* | | | simplify `md5_available?` test using `OpenSSL::Digest:MD5.digest` | Will Jordan | 2017-02-17 | 1 | -12/+10 |
* | | | Enable compact index when OpenSSL FIPS mode is enabled but not active | Will Jordan | 2017-02-16 | 1 | -6/+38 |
| |/
|/| |
|
* | | Auto merge of #5421 - bundler:seg-read-only-fs-no-global-settings, r=indirect | The Bundler Bot | 2017-02-15 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | [Settings] Allow not reading the global config file when there is no $HOME an...seg-read-only-fs-no-global-settings | Samuel Giddins | 2017-02-10 | 1 | -0/+13 |