Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
evaluate(gemfile, lockfile, unlock)
public
No documentation available.
# File lib/bundler/dsl.rb, line 10
def self.evaluate(gemfile, lockfile, unlock)
builder = new
builder.eval_gemfile(gemfile)
builder.to_definition(lockfile, unlock)
end