summaryrefslogtreecommitdiff
path: root/lib/bundler/spec_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove old rubies stuff no longer neededDavid Rodríguez2019-08-181-5/+1
* Fix specs that are broken in ruby 2.6Samuel Giddins2018-12-281-5/+20
* [SpecSet] Raise a more detailed error when the lockfile might be corruptedSamuel Giddins2018-02-031-1/+4
* improve rubocop_todo.ymlKeiji Yoshimi2017-09-241-2/+2
* [SpecSet] Use full_name in #mergeSamuel Giddins2017-09-131-3/+4
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [SpecSet] Pass the correct raise_if_missing parameter in #materializeSamuel Giddins2017-06-221-1/+1
* [SpecSet] Sort by name in #tsortSamuel Giddins2017-06-061-1/+2
* [SpecSet] Use a set for #forSamuel Giddins2017-04-141-4/+3
* [SepcSet] Avoid compacting when the array never contains nilSamuel Giddins2017-04-141-6/+7
* [SpecSet] Avoid sorting specs in initializerSamuel Giddins2017-04-141-1/+1
* [SpecSet] Dont allow deps to silently go unsatisfiedSamuel Giddins2017-04-131-2/+4
* [SpecSet] Compare dep type directly for old RG compatibilitySamuel Giddins2017-03-111-1/+1
* [ParallelInstaller] Print out why a gem needed to be installed if installatio...Samuel Giddins2017-03-111-0/+7
* [SpecSet] Optimize lookupSamuel Giddins2017-02-101-4/+5
* Refactoring of @lucasmazza fix w/ specs.chrismo2016-11-151-0/+4
* [SpecSet] Fix #for when installing with --deploymentSamuel Giddins2016-08-251-10/+13
* Refactor best-platform matchingSamuel Giddins2016-08-251-9/+7
* Resolve for specific platformsSamuel Giddins2016-08-251-0/+14
* Ensure locked_specs provided in unlock all case.chrismo2016-07-081-1/+1
* [SpecSet] Don't mutate the skip listSamuel Giddins2016-06-241-1/+1
* Fix exception message in spec_set.rbYuki Asano2016-03-291-2/+2
* [SpecSet] Add basic specsRochesterinNYC-alias-size-to-length-spec-setSamuel Giddins2016-03-161-3/+1
* Add alias `Bundler::SpecSet#size` for `Bundler::SpecSet#length`James Wen2016-03-141-0/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Fix Style/ParallelAssignmentErick Sasse2015-08-021-1/+3
* Fix pending offensesErick Sasse2015-07-191-1/+1
* Fix Style/SpaceAfterCommaErick Sasse2015-07-191-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-5/+5
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-6/+6
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-3/+3
* Improve error message for circular dependency caseLorenzo Manacorda2015-06-171-1/+1
* clarify circular languageAndre Arko2013-07-281-6/+6
* Extract the mutually dependent gems from error messageHemant Kumar2013-07-261-1/+9
* Extract error message from TSort::Cyclic and printHemant Kumar2013-07-261-3/+4
* Changed cyclic dependency error messageHemant Kumar2013-07-261-2/+3
* Raise user friendly errors in case of Cyclic DependencyHemant Kumar2013-07-261-1/+6
* multiline ternary? grossAndre Arko2013-02-241-2/+4
* pass all the spec names we have to fetcher api endpointTerence Lee2011-08-091-1/+2
* Merge branch '1-0-stable'Terence Lee2011-08-061-8/+9
|\
| * Rubygems 1.8.5 expects SpecSet to act like an array.Christopher Meiklejohn2011-07-011-8/+9
* | only pass the dependency names to source for the fetcherTerence Lee2011-08-041-1/+1
* | --deployment should use the endpointTerence Lee2011-06-101-0/+1
|/
* Don't shadow local variablesCarl Lerche2010-07-201-1/+1
* Don't add duplicate gemspecs to the lock fileCarl Lerche2010-07-061-2/+7
* Improve bundling bundler logicCarlhuda2010-07-021-0/+12
* Git it all workingCarl Lerche2010-06-221-0/+4
* Revert "Persist all platforms for a matching spec to the lockfile"Carl Lerche2010-06-221-12/+0
* Rescue from spec materialization errorsCarl Lerche2010-06-071-1/+1
* Get the check specs to passCarl Lerche2010-06-071-3/+9