summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-2322-127/+1793
* Error if lockfile_uses_separate_rubygems_sources is set without disable_multi...Samuel Giddins2017-06-232-4/+10
* Avoid fetching the full index to get all dependency namesSamuel Giddins2017-06-232-0/+40
* Implement source pinning for 2.0Samuel Giddins2017-06-236-9/+24
* Add failing test for invalid warningJuan Barreneche2017-06-231-4/+18
* Put new source pinning specs behind a feature flagSamuel Giddins2017-06-231-49/+53
* Failing spec for #3671.Tim Moore2017-06-231-1/+74
* Add a feature flag for the lockfile using separate RubyGems sourcesSamuel Giddins2017-06-231-0/+1
* Update the version spec to handle when the specs start in the day before that...Samuel Giddins2017-06-231-3/+1
* Update the update spec for Bundler 2 allowing Bundler conflictsSamuel Giddins2017-06-231-1/+8
* Improve realworld specs on 2.0Samuel Giddins2017-06-233-15/+13
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-2324-149/+214
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-2311-37/+37
* [UI::Shell] Warn on STDERR in Bundler 2Samuel Giddins2017-06-231-2/+13
* Update the specs to pass under Bundler 2Samuel Giddins2017-06-237-31/+33
* Allow filtering specs based on the bundler versionSamuel Giddins2017-06-231-0/+1
* Introduce a CommandExecution helper class in the specsSamuel Giddins2017-06-234-26/+77
* Auto merge of #5809 - bundler:seg-config-converted-value, r=indirectThe Bundler Bot2017-06-231-0/+10
|\
| * [Settings] Print pretty values for settings as their converted values, rather...seg-config-converted-valueSamuel Giddins2017-06-221-0/+10
* | Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirectThe Bundler Bot2017-06-234-30/+59
|\ \
| * | [Definition] Allow installing in deployment mode when an unused path source i...seg-dont-hit-remote-twiceSamuel Giddins2017-06-221-0/+29
| * | Improve the quality spec to make error messages clickable as pathsSamuel Giddins2017-06-221-24/+24
| * | Allow not having specs available for gems that won’t be installedSamuel Giddins2017-06-222-6/+6
| |/
* | Auto merge of #5801 - jakauppila:fix_no_proxy_patch, r=segiddinsThe Bundler Bot2017-06-231-0/+15
|\ \
| * | Add explicit nil proxy arguments - Fixes no_proxy supportJared Kauppila2017-06-221-0/+15
* | | Auto merge of #5725 - bundler:seg-default-command, r=indirectThe Bundler Bot2017-06-231-0/+1
|\ \ \
| * | | Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-commandSamuel Giddins2017-06-141-0/+1
* | | | Allow conflicts between bundler dependencies and the current bundler versionSamuel Giddins2017-06-221-0/+22
| |_|/ |/| |
* | | Completely remove the postit trampolineSamuel Giddins2017-06-213-215/+0
* | | Remove `require "spec_helper"` from spec filesKoichi ITO2017-06-213-3/+0
* | | Auto merge of #5795 - bundler:seg-spec-warnings, r=segiddinsThe Bundler Bot2017-06-201-8/+1
|\ \ \
| * | | Avoid warnings in the specs on Ruby 1.8.7seg-spec-warningsSamuel Giddins2017-06-201-8/+1
| | |/ | |/|
* | | [CLI] Sort options for stability on ruby < 2seg-verbose-cli-print-no-defaultsSamuel Giddins2017-06-201-1/+1
* | | [CLI] Dont print defaults in the command printed with --verboseSamuel Giddins2017-06-191-0/+5
|/ /
* | Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flagSamuel Giddins2017-06-181-0/+15
* | [EnvironmentPreserver] Allow preserving MANPATHseg-fix-manpathSamuel Giddins2017-06-161-0/+38
* | Auto merge of #5718 - bundler:seg-reduce-gemfile-eval-count, r=indirectThe Bundler Bot2017-06-162-1/+48
|\ \
| * | Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-countSamuel Giddins2017-06-142-1/+48
| |/
* | Auto merge of #5721 - bundler:seg-binstubs-shebang, r=indirectThe Bundler Bot2017-06-161-0/+13
|\ \
| * | Add --shebang option to binstubs commandseg-binstubs-shebangDimitris Zorbas2017-06-131-0/+13
* | | Auto merge of #5719 - bundler:seg-prefer-gems-rb, r=indirectThe Bundler Bot2017-06-162-1/+17
|\ \ \
| * | | Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-152-1/+17
* | | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirectThe Bundler Bot2017-06-162-2/+28
|\ \ \ \
| * | | | Avoid git shenanigans with the build metadata fileseg-version-build-metadataSamuel Giddins2017-06-132-5/+5
| * | | | Print build metadata when running `bundle version`Samuel Giddins2017-06-121-0/+26
* | | | | Auto merge of #5702 - bundler:seg-load-path-gem-plugins, r=indirectThe Bundler Bot2017-06-152-0/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ensure that diff/lcs is loaded in the specsseg-load-path-gem-pluginsSamuel Giddins2017-06-141-0/+1
| * | | | [Installer] Load plugin files from path gemsSamuel Giddins2017-06-141-0/+23
| | |_|/ | |/| |
* | | | Auto merge of #5722 - bundler:seg-update-all-flag, r=indirectThe Bundler Bot2017-06-153-6/+51
|\ \ \ \
| * | | | Dont test against the expected version deprecationsseg-update-all-flagSamuel Giddins2017-06-141-4/+4