Method: Degem::ParseGemfile#call

Defined in:
lib/degem/parse_gemfile.rb

#call(gemfile_path) ⇒ Object



9
10
11
12
13
# File 'lib/degem/parse_gemfile.rb', line 9

def call(gemfile_path)
  dsl = Bundler::Dsl.new
  dsl.eval_gemfile(gemfile_path)
  Gemfile.new(dsl: dsl, gem_specification: @gem_specification)
end