You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,12 @@ $ ruby-audit check -n
57
57
58
58
After checking out the repo, run `bin/setup` to install dependencies.
59
59
You'll also want to run `git submodule update --init` to populate the ruby-advisory-db
60
-
submodule used for testing. Then, run `rake spec` to run the tests.
60
+
submodule in `/vendor` that is used for testing. Then, run `rake spec` to run the tests.
61
61
You can also run `bin/console` for an interactive prompt that will allow you to experiment.
62
62
63
+
The database in `/vendor/ruby-advisory-db` is only used as a fixture for unit tests.
64
+
By default, the database used for actual vulnerability checks is stored at `~/.local/share/ruby-advisory-db`.
65
+
63
66
To install this gem onto your local machine, run `bundle exec rake install`.
64
67
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
0 commit comments