Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Add bundle audit
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Aug 24, 2017
1 parent 1c730b2 commit 4dfe44e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,9 @@ env:
before_script:
- echo $BUNDLE_GEMFILE
- bundle install
script: bundle exec rspec --format documentation
script:
- bundle exec bundle-audit update && bundle exec bundle-audit check
- bundle exec rspec --format documentation
matrix:
fast_finish: true
exclude:
Expand Down
1 change: 1 addition & 0 deletions timber.gemspec
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|

s.add_dependency('msgpack', '~> 1.0')

s.add_development_dependency('bundler-audit', '>= 0')
s.add_development_dependency('rails_stdout_logging', '>= 0')
s.add_development_dependency('rake', '>= 0')
s.add_development_dependency('rspec', '~> 3.4')
Expand Down

0 comments on commit 4dfe44e

Please sign in to comment.