summaryrefslogtreecommitdiff
path: root/spec/resolver
Commit message (Expand)AuthorAgeFilesLines
* Replace unsafe http URLs with https URLsTakumasa Ochi2019-01-281-1/+1
* [GemVersionPromoter] Prefer non-pre-release versionssegiddins/6684-gvp-prefer-non-presSamuel Giddins2018-09-121-0/+12
* Fix error sortingSamuel Giddins2018-08-061-2/+2
* Remove pre-release logic from requirement_satisfied_by?akihiro172018-06-191-0/+7
* Resolver: treat dependencies with prerelease versions as slightly constrainedGrey Baker2017-11-271-0/+7
* Fix typo in spec nameGrey Baker2017-10-301-1/+1
* Prioritise explicitly requested gems in dependency resolution sort orderGrey Baker2017-10-271-0/+7
* Check all dependency requirements when determining if user wants pre-releaseGrey Baker2017-09-101-0/+5
* Avoid pre-releases for sub-dependencies tooGrey Baker2017-09-101-0/+5
* Add spec that pre-release versions aren't selected when not in the GemfileGrey Baker2017-09-091-0/+6
* 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-011-2/+2
* Add spec for prerelease dependency resolutionGrey Baker2017-07-221-0/+6
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+1
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-302-2/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-032-2/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-282-39/+39
|/
* [Resolver] Only include minimal set of conflicting deps in conflict messageSamuel Giddins2017-03-301-0/+22
* Disable RSpec monkey patchingSamuel Giddins2017-01-152-2/+2
* Clean up pending specs.chrismo2016-10-221-6/+10
* Resolve for specific platformsSamuel Giddins2016-08-251-1/+1
* Update resolving specs for required ruby version refactoraa-ruby-version-conflict-messageSamuel Giddins2016-08-231-1/+4
* Scrub STDOUT output from the main specsseg-fix-realworldSamuel Giddins2016-08-111-1/+0
* Mark pending two failing specs.chrismo2016-07-081-4/+2
* Support for reverting to older versions.chrismo2016-07-081-2/+39
* Remove old pending specchrismo2016-07-081-2/+0
* Moved GemVersionPromoter inside search_for cache.chrismo2016-07-081-0/+9
* Remove minimal optionchrismo2016-07-081-15/+0
* Clarified changing dependency specs.chrismo2016-07-081-16/+34
* GemVersionPromoter refactorchrismo2016-07-081-7/+3
* Rename UpdateOptions=>DependencySearchchrismo2016-07-081-0/+8
* RuboCop fixeschrismo2016-07-081-24/+24
* 1st pass thorough specs on conservative resolver.chrismo2016-07-081-8/+71
* First resolver spec and bug fix.chrismo2016-07-081-3/+14
* Compatibility with frozen string literalsSamuel Giddins2016-01-312-0/+2
* Remove `Bundler::RubyVersionRequirement`James Wen2016-01-111-1/+1
* Merge pull request #4064 from pivotal-cf-experimental/masterAndre Arko2015-12-121-1/+1
|\
| * Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-1/+1
* | [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-4/+4
|/
* [RuboCop] Double quotesseg-resolve-ruby-versionSamuel Giddins2015-10-021-2/+2
* [Resolver] Add spec for taking ruby version into accountSamuel Giddins2015-10-021-0/+29
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-152-3/+0
* Added specs for universal gems on windowsJay Mundrawala2015-04-101-0/+13
* Added a test that exposes a scenario in some versions of bundler where a bund...Keith Shook2015-03-061-0/+14
* [Resolver] Fix grammar for the case of a single-gem circular dependency errorSamuel E. Giddins2014-12-031-1/+1
* [Resolver] Start migration to MolinilloSamuel E. Giddins2014-11-241-2/+1
* Fixed an issue where resolving the conflict could lead to a loopSmit Shah2013-12-251-1/+10
* Merge pull request #2726 from Who828/masterAndre Arko2013-12-231-0/+20
|\
| * Added a fix to raise version_conflict if a children dependency is not resolvedSmit Shah2013-11-221-1/+11