Guard::Bundler::Audit
guard + bundler-audit = security
Installation
Add this line to your application's Gemfile:
gem 'guard-bundler-audit'
Then execute:
$ bundle
Alternatively, install it without bundler:
$ gem install guard-bundler-audit
Usage
guard 'bundler_audit', run_on_start: true do
watch('Gemfile.lock')
end
Contributing
- Fork it ( http://github.com//guard-bundler-audit/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request