aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install
Commit message (Expand)AuthorAgeFilesLines
* Remove 0.9 upgrade compatibilitySamuel Giddins2016-08-031-26/+0
* Update resolving specs for not printing errors immediatelySamuel Giddins2016-08-031-9/+5
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-035-33/+33
* Fix precondition negated matchingSamuel Giddins2016-08-021-1/+1
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-0226-284/+284
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-0226-287/+287
* Auto merge of #4800 - bundler:seg-locked-resolve-keep-platforms, r=indirectHomu2016-07-262-3/+145
|\
| * Update specs for improved gemspec detectionSamuel Giddins2016-07-241-1/+1
| * [DSL] Add support for multi-platform gems with the `gemspec` methodSamuel Giddins2016-07-221-2/+12
| * Reduce code de-duplication in gemspec specSamuel Giddins2016-07-221-28/+14
| * Add specs for bundling with locked platform-specific gemspec deps on RUBYSamuel Giddins2016-07-211-0/+146
* | Update a pair of specs to use the new source matchingSamuel Giddins2016-07-242-4/+5
|/
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-202-3/+6
* [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-1/+1
* Add JRuby shebang to ruby_shebang? checkojab2016-07-162-3/+0
* Auto merge of #4741 - bundler:seg-1-99-rebase, r=indirectHomu2016-07-136-17/+20
|\
| * Clean up outdated deprecation codeSamuel Giddins2016-07-051-3/+6
| * note that disable_multisource will be the defaultAndre Arko2016-07-051-3/+3
| * Add Bundler.ui.deprecateStefan Lance2016-07-055-14/+14
* | Update specs for using gem_repo2 which has rack 1.2Samuel Giddins2016-07-102-2/+2
* | Disallow updating gem_repo1 in the specsSamuel Giddins2016-07-102-11/+11
* | flatten rspec block nesting a bitAndre Arko2016-07-101-111/+109
* | respect required_ruby_versions when presentAndre Arko2016-07-101-12/+33
|/
* Auto merge of #4733 - bundler:seg-parallel-installer-namespace, r=segiddinsHomu2016-06-291-7/+7
|\
| * [ParallelInstaller] Wrap in the Bundler namespaceSamuel Giddins2016-06-281-7/+7
* | [RubyVersion] Fix running when patch < 0Samuel Giddins2016-06-271-4/+4
|/
* Auto merge of #4716 - bundler:seg-no-re-resolve-part-deux, r=indirectHomu2016-06-251-0/+32
|\
| * Add a spec for not re-resolvingSamuel Giddins2016-06-241-0/+32
* | Auto merge of #4715 - jenseng:fix_absolute_path_message, r=segiddinsHomu2016-06-251-0/+14
|\ \
| * | Don't incorrectly relativize sibling `--path` with the same prefixJon Jensen2016-06-241-0/+14
| |/
* / Prefer spec name matches when searching for an exeSamuel Giddins2016-06-241-0/+27
|/
* Detect changes in path specs by comparing locked specs to source specsJoe Rafaniello2016-06-171-3/+2
* Use Set equality for path gems to avoid unneeded re-resolution.Joe Rafaniello2016-06-171-2/+37
* Auto merge of #4603 - bundler:seg-allow-unlocking-when-removing-ruby, r=indirectHomu2016-06-111-0/+64
|\
| * [Definition] Unlock ruby when locked version is incompatible with Gemfile ver...Samuel Giddins2016-06-051-0/+46
| * [Definition] Allow unlocking when removing the ruby version requirementSamuel Giddins2016-06-051-0/+18
* | specs handle ruby dev versionsBruno Ferreira2016-06-081-0/+2
* | changed code and specs according to suggestionsBruno Ferreira2016-06-081-44/+31
* | Fixes #4593 and adds related specsBruno Ferreira2016-06-081-0/+72
* | Merge pull request #4645 from bundler/seg-ruby-rubygems-version-fail-fastAndré Arko2016-06-071-3/+20
|\ \
| * | [Installer] Fail fast when required_ruby(gems)?_version doesn't matchSamuel Giddins2016-06-051-3/+20
| |/
* | Auto merge of #4580 - bundler:seg-resolver-performance, r=indirectHomu2016-06-071-0/+7
|\ \
| * | Update bundler spec for more complete conflict messageSamuel Giddins2016-06-061-0/+7
* | | Auto merge of #4617 - allenzhao:path-development, r=RochesterinNYCHomu2016-06-061-0/+28
|\ \ \ | |_|/ |/| |
| * | Add spec test and fix logic in definition#converge_dependenciesAllen Zhao2016-06-041-0/+28
* | | add spec for allowing conflictsSamuel Giddins2016-06-041-0/+19
| |/ |/|
* | Fix specAllen Zhao2016-05-291-4/+4
* | Handle yanked gemsAllen Zhao2016-05-241-0/+43
|/
* Auto merge of #4585 - RochesterinNYC:eval-gemfile-expanded-pathing, r=segiddinsHomu2016-05-211-0/+42
|\
| * Add integration spec for restoring `@gemfile` after `eval_gemfile`James Wen2016-05-181-5/+22