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