aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge locked sources with Gemfile sourcesCarl Lerche2010-06-011-11/+42
* Persist Gem::Platform.local to the lockfileCarl Lerche2010-06-011-2/+23
* Move lock generation into DefinitionCarl Lerche2010-06-011-0/+27
* Don't unlock all gems when running bundle update --source fooCarl Lerche2010-05-101-1/+1
* Forgot to save these changes inCarl Lerche2010-05-101-3/+18
* Alright, a rough first draft of bundle updateCarl Lerche2010-05-051-2/+8
* No more Definition#remote_specsCarl Lerche2010-05-051-4/+4
* Push resolving specs into the definition classCarl Lerche2010-04-261-5/+50
* Move the index builder onto the definition classCarl Lerche2010-04-261-0/+14
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-231-0/+4
* Iron out source pinning logicCarlhuda2010-04-221-1/+7
* Don't have duplicate gemfile dependencies when lockedCarlhuda2010-04-221-1/+5
* Merge remote branch 'origin/master' into flexicleCarlhuda2010-04-221-0/+1
|\
* | Remove temporary flex stuffCarlhuda2010-04-201-97/+32
|/
* Merge in v0.9.21Andre Arko2010-04-171-1/+1
|\
| * Print better error during install when you need to relockAndre Arko2010-04-111-1/+1
* | Remove gems without impacting previously installed gemsCarlhuda2010-04-071-4/+15
* | Refactor Definition.flexdef into Definition::FlexCarlhuda2010-04-071-13/+39
* | flex_install allows adding gems to the gemfileCarlhuda2010-04-071-0/+2
* | Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-071-4/+21
* | Store dependencies in the Gemfile.lock as an array, not a hashAndy Delcambre2010-03-251-2/+2
* | s/actual_dependencies/resolved_dependencies/Andy Delcambre2010-03-251-3/+3
|/
* Refactor indexesCarl Lerche2010-03-101-14/+0
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-13/+5
* Dump full details into Gemfile.lockAndy Delcambre2010-02-091-2/+2
* Typo: gem lock -> bundle lockJeremy Kemper2010-02-041-1/+1
* Print an error if the Gemfile changed after the lockYehuda Katz2010-02-041-1/+13
* Remove backquotesJeremy Kemper2010-02-031-2/+2
* Fix locking so that pinned dependencies remain pinnedCarlhuda2010-02-031-2/+4
* If system gems exist for a pinned git or path, use git or the path, NOT syste...Carlhuda2010-02-011-2/+2
* Fix some bugsCarl Lerche2010-01-301-2/+4
* Rename gemfile back to bundlerCarl Lerche2010-01-261-0/+76