Skip to content

Commit

Permalink
bundler-audit >= 0.5.0 so vulnerability db updates fail loudly
Browse files Browse the repository at this point in the history
Since 0.5.0, bundle-audit update returns a non-zero exit status on
error. With earlier versions, bundle audit check would still pass after
a vulnerability db update failure.
  • Loading branch information
eliotsykes committed Mar 3, 2016
1 parent 3b7ce01 commit eb637c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Gemfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end
group :development, :test do
gem "awesome_print"
gem "bullet"
gem "bundler-audit", require: false
gem "bundler-audit", ">= 0.5.0", require: false
gem "dotenv-rails"
gem "factory_girl_rails"
gem "pry-byebug"
Expand Down

0 comments on commit eb637c9

Please sign in to comment.