method
unknown_sections_in_lockfile
v2_6_3 -
Show latest stable
- Class:
Bundler::LockfileParser
unknown_sections_in_lockfile(lockfile_contents)public
No documentation available.
# File lib/bundler/lockfile_parser.rb, line 46
def self.unknown_sections_in_lockfile(lockfile_contents)
sections_in_lockfile(lockfile_contents) - KNOWN_SECTIONS
end