lib/bundler/patch/cli.rb in bundler-patch-0.8.0 vs lib/bundler/patch/cli.rb in bundler-patch-0.9.0
- old
+ new
@@ -10,9 +10,10 @@
on '-p', '--prefer_minimal', 'Prefer minimal version updates over most recent release (or minor if -m used).'
on '-s', '--strict_updates', 'Restrict any gem to be upgraded past most recent release (or minor if -m used).'
on '-l', '--list', 'List vulnerable gems and new version target. No updates will be performed.'
on '-v', '--vulnerable_gems_only', 'Only update vulnerable gems.'
on '-a=', '--advisory_db_path=', 'Optional custom advisory db path. `gems` dir will be appended to this path.'
+ on '-d=', '--ruby_advisory_db_path=', 'Optional path for ruby advisory db. `gems` dir will be appended to this path.'
on '-r', '--ruby', 'Update Ruby version in related files.'
on '--rubies=', 'Supported Ruby versions. Comma delimited or multiple switches.', as: Array, delimiter: ','
on '-h', 'Show this help'
on '--help', 'Show README.md'
end