|
Configuration File Parameter |
Description and Expected Behavior |
If True |
If False |
Default |
Command Line Parameter Available? |
|---|---|---|---|---|---|
|
ruby.resolveDependencies |
Whether to resolve |
Will resolve |
Will not resolve |
True
|
No |
|
ruby.ignoreSourceFiles |
When using the dependency resolver, it will include only package dependencies, not source files (file extension .rb). NOTE: Only relevant when fileSystemScan is true. |
Will include only such package dependencies. |
Will scan such source files. |
True |
No |
|
ruby.installMissingGems |
Whether to install missing Ruby dependencies gem files. |
Installs missing Ruby dependencies gem files. |
Will not install missing Ruby dependencies gem files. |
False |
No |
|
ruby.runBundleInstall |
Whether to run bundle install on the Ruby project folder. |
Runs bundle install on the Ruby project file folder. |
Will not run bundle install. |
False |
No |
|
ruby.overwriteGemFile |
(relevant only if you enabled ruby.runBundleInstall) Whether to overwrite Gemfile.lock or gems.locked after running Bundle Install. |
Overwrites Gemfile.lock or gems.locked after running Bundle Install. |
Will not overwrite Gemfile.lock or gems.locked after running Bundle Install. |
False |
No |