Skip to main content

Bundler

Bundler

The Bundler package manager for Ruby.

Configuration

Example

{
"Bundler": {
"options": {
"bundlerVersion": null
}
}
}

Options

bundlerVersion

STRING

The Bundler version to resolve dependencies for. By default, this is the highest version declared in any present lockfile, or the version that ships with JRuby if no lockfiles are present. In any case, the value can currently only be set to a higher version than the version that ships with JRuby.