aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/lockfile_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* lockfile source parityAndre Arko2014-07-301-7/+20
* Merge pull request #2007 from zofrex/issue-2000Andre Arko2013-02-171-1/+6
|\
| * Merge remote-tracking branch 'upstream/master' into issue-2000zofrex2012-11-111-1/+1
| |\
| * | Issue #2000 improve error messagezofrex2012-07-091-1/+1
| * | Raise error if Gemfile.lock contains conflict markers, closes #2000zofrex2012-06-291-0/+2
* | | Modify file typeRyunosuke SATO2013-01-171-0/+0
* | | Improve lockfile parse times and reduce garbage generationChris Heald2012-11-231-12/+24
| |/ |/|
* | Ignore new line breaks when parsing lockfilebrainopia2012-08-241-1/+1
|/
* Fixes #1782. Don't remove duplicate PATH sourcesTerence Lee2012-03-201-1/+1
* Clean up corrupted lockfilestomhuda2012-03-071-1/+20
* Reverts adding "bundler version to lockfile".Terence Lee2010-11-171-13/+3
* case betterAndre Arko2010-11-131-3/+4
* Closes #837. Add bundler version to lockfileTerence Lee2010-11-131-1/+10
* Fixed carlhuda/bundler#586Matt Burke2010-09-011-1/+1
* Sanely add the "fake" version to the git source when the requirement is prefi...Carl Lerche2010-08-291-1/+1
* Don't assume that just because a dependency is pinned, we have the spec for itCarlhuda2010-08-021-1/+2
* Support multiple version dependenciesCarlhuda2010-07-201-1/+2
* Actually remember which the version that a gem is w/ no gemspec in a pinned p...Carlhuda2010-07-201-3/+3
* By default, do not expand submoduleswycats2010-07-011-4/+10
* Fix a bug in the lockfile parserCarl Lerche2010-06-081-1/+4
* Upgrade 0.9 lockfiles to 1.0 lockfiles in-placeAndre Arko2010-06-081-7/+1
* Remove lockfiles generated by 0.9Andre Arko2010-06-081-0/+7
* wipCarl Lerche2010-06-011-2/+4
* Persist Gem::Platform.local to the lockfileCarl Lerche2010-06-011-1/+10
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-56/+46
* Push all of the rubygems related stuff into the Rubygems source classCarl Lerche2010-04-231-1/+3
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-231-8/+5
* Iron out source pinning logicCarlhuda2010-04-221-3/+7
* Fix git with the new lockfile formatCarlhuda2010-04-221-1/+14
* Remove temporary flex stuffCarlhuda2010-04-201-0/+79