Method: BundleUpdateInteractive::Lockfile.parse
- Defined in:
- lib/bundle_update_interactive/lockfile.rb
.parse(lockfile_contents = File.read("Gemfile.lock")) ⇒ Object
8 9 10 11 |
# File 'lib/bundle_update_interactive/lockfile.rb', line 8 def self.parse(lockfile_contents=File.read("Gemfile.lock")) parser = Bundler::LockfileParser.new(lockfile_contents) new(parser.specs) end |