method
build
v2_6_3 -
Show latest stable
- Class:
Bundler::Definition
build(gemfile, lockfile, unlock)public
Given a gemfile and lockfile creates a Bundler definition
@param gemfile [Pathname] Path to Gemfile @param lockfile [Pathname,nil] Path to Gemfile.lock @param unlock [Hash, Boolean, nil] Gems that have been requested
to be updated or true if all gems should be updated
@return [Bundler::Definition]