Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit d410e1c

Browse files
committed
Use new bundle-audit check --update shortcut
1 parent 18e1636 commit d410e1c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gemfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
group :development do
4141
gem "airbrussh", "~> 1.0", :require => false
4242
gem "brakeman", :require => false
43-
gem "bundler-audit", :require => false
43+
gem "bundler-audit", ">= 0.5.0", :require => false
4444
gem "capistrano", "~> 3.4", :require => false
4545
gem "capistrano-bundler", :require => false
4646
gem "capistrano-mb", ">= 0.22.2", :require => false

jenkins-ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ if bundle show brakeman &> /dev/null; then
4141
bundle exec brakeman --no-progress
4242
fi
4343
if bundle show bundler-audit &> /dev/null; then
44-
bundle exec bundle-audit update
45-
bundle exec bundle-audit -v
44+
bundle exec bundle-audit check --update -v
4645
fi
4746

4847
# Run a capistrano deploy if we just built the "development" branch.

0 commit comments

Comments
 (0)