Module: StillActive::Gemfile

Extended by:
Gemfile
Included in:
Gemfile
Defined in:
lib/still_active/gemfile.rb

Instance Method Summary collapse

Instance Method Details

#dependencies(gemfile_path:) ⇒ Object



9
10
11
12
# File 'lib/still_active/gemfile.rb', line 9

def dependencies(gemfile_path:)
  Bundler::SharedHelpers.set_env("BUNDLE_GEMFILE", File.expand_path(gemfile_path))
  Bundler.definition.dependencies.map(&:name)
end