From 310a8bd2bd59a642795445b41ca01a726faba267 Mon Sep 17 00:00:00 2001 From: Patrick Hereford Date: Wed, 26 Jul 2017 08:07:40 -0400 Subject: [PATCH] Updated README.md Following the instructions on the README.md led to bundler not know the `audit` command. The YARD documentation mentioned that the command is `bundle-audit`. Updating the readme to match the YARD docs as `bundle-audit` was succesfully run. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7df808e1..c5a750a3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Patch-level verification for [Bundler][bundler]. Audit a project's `Gemfile.lock`: - $ bundle audit + $ bundle-audit Name: actionpack Version: 3.2.10 Advisory: OSVDB-91452 @@ -84,7 +84,7 @@ Audit a project's `Gemfile.lock`: Update the [ruby-advisory-db] that `bundle audit` uses: - $ bundle audit update + $ bundle-audit update Updating ruby-advisory-db ... remote: Counting objects: 44, done. remote: Compressing objects: 100% (24/24), done. @@ -110,11 +110,11 @@ Update the [ruby-advisory-db] that `bundle audit` uses: Update the [ruby-advisory-db] and check `Gemfile.lock` (useful for CI runs): - $ bundle audit check --update + $ bundle-audit check --update Ignore specific advisories: - $ bundle audit check --ignore OSVDB-108664 + $ bundle-audit check --ignore OSVDB-108664 Rake task: