Skip to content

Commit 6e73420

Browse files
committed
chore(build): Add bundle-audit to build
1 parent 8f25c8f commit 6e73420

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ before_script:
1818
- mysql -e 'CREATE DATABASE pact_broker;'
1919
script:
2020
- bundle exec rake
21+
- bundle exec bundle-audit update && bundle exec bundle-audit

pact_broker.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Gem::Specification.new do |gem|
3939
gem.add_runtime_dependency 'rack-protection', '~>1.5'
4040
gem.add_runtime_dependency 'dry-types', '~> 0.10.3' # https://travis-ci.org/pact-foundation/pact_broker/jobs/249448621
4141

42+
gem.add_development_dependency 'bundler-audit', '~>0.4'
4243
gem.add_development_dependency 'sqlite3'
4344
gem.add_development_dependency 'pry-byebug'
4445
gem.add_development_dependency 'rake', '~>10.0'

0 commit comments

Comments
 (0)