aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/lockfile_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* [LockfileParser] Ensure regexp global variables aren’t clobberedSamuel Giddins2016-07-211-2/+4
* rubocop fixAsutosh Palai2016-07-031-4/+4
* Few correction from suggestionsAsutosh Palai2016-07-031-2/+2
* Spec fixesAsutosh Palai2016-07-031-1/+1
* gems from plugin sources are loadingAsutosh Palai2016-07-031-1/+1
* Added lockingAsutosh Palai2016-07-031-5/+11
* [LockfileParser] Support for old RG on Ruby 2.3+Samuel Giddins2016-06-221-4/+6
* [LockfileParser] Rename attribute to sectionSamuel Giddins2016-04-181-8/+8
* [Definition] Fix lockfiles_equal? regexp for multiple substitutionsSamuel Giddins2016-04-181-0/+2
* [LockfileParser] Fix attributes regexpSamuel Giddins2016-04-181-1/+1
* [Definition] Ignore unknown attributes as wellSamuel Giddins2016-04-181-1/+11
* Generically preserve new attributes in lockfileSamuel Giddins2016-04-181-0/+17
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-11/+12
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-3/+2
* Merge pull request #4064 from pivotal-cf-experimental/masterAndre Arko2015-12-121-1/+8
|\
| * Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-1/+8
* | [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-3/+1
|/
* Fix Style/RegexpLiteralVictor Koronen2015-08-131-3/+3
* Fix Style/ParallelAssignmentErick Sasse2015-08-021-4/+9
* Fix Lint/UnusedBlockArgumentErick Sasse2015-07-201-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Print lockfile name relative from the current working directorySamuel E. Giddins2015-05-281-3/+3
* Use the actual lockfile name in messages instead of assuming its always Gemfi...Samuel E. Giddins2015-05-281-3/+3
* Merge tag 'v1.9.9' into 1-10-stableAndre Arko2015-05-161-3/+9
|\
| * [LockfileParser] Leniently handle unknown statesSamuel E. Giddins2015-05-041-3/+9
* | [LockfileParser] Allow reverting BUNDLED WITH padding to 2 spacesSamuel E. Giddins2015-05-081-1/+1
* | [Lockfile] Make the BUNDLED WITH section backwards compatibleSamuel E. Giddins2015-05-061-1/+1
* | [Definition] Only compare major versions when we have a locked versionSamuel E. Giddins2015-05-031-4/+3
* | Warn when upgrading lockfile major version & error when major version is too lowSamuel E. Giddins2015-05-031-5/+12
* | Track Bundler version in lockfileStefan Lance2015-04-051-1/+23
|/
* Revert "LocalRubygems source for local gem specs"Tim Moore2015-03-021-1/+1
* pretty error when lockfiles are not parseableAndre Arko2015-02-131-0/+4
* LocalRubygems source for local gem specsAndre Arko2015-02-091-1/+1
* Revert "svn source support"Andre Arko2015-01-251-5/+3
* Replace strings with defined constantsmeganemura2014-09-251-7/+7
* Merge tag 'v1.7.1'Tim Moore2014-08-241-7/+20
|\
| * lockfile source parityAndre Arko2014-07-301-7/+20
* | add local override support for svn sourcesStefan Huber2014-04-271-2/+2
* | svn source supportStefan Huber2014-04-221-2/+4
|/
* 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