Skip to content

Commit

Permalink
Merge pull request #97 from artichoke/dependabot/bundler/bundler-audi…
Browse files Browse the repository at this point in the history
…t-0.9.0.1

Bump bundler-audit from 0.8.0 to 0.9.0.1
  • Loading branch information
lopopolo authored Sep 4, 2021
2 parents 5fe9b5e + 14aed5a commit fe0a74d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ tasks by running:
```console
$ bundle exec rake --tasks
rake build # Build Rust workspace
rake bundle:audit # Checks the Gemfile.lock for insecure dependencies
rake bundle:audit:check # Checks the Gemfile.lock for insecure dependencies
rake bundle:audit:update # Updates the bundler-audit vulnerability database
rake doc # Generate Rust API documentation
rake doc:open # Generate Rust API documentation and open it in a web browser
rake fmt # Format sources
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'bundler-audit', '~> 0.8', require: false
gem 'bundler-audit', '~> 0.9', require: false
gem 'rake', '>= 12.3.3', require: false
gem 'rubocop', '~> 1.20', require: false
gem 'rubocop-rake', '~> 0.6', require: false
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bundler-audit (0.8.0)
bundler-audit (0.9.0.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
parallel (1.20.1)
Expand Down Expand Up @@ -33,7 +33,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler-audit (~> 0.8)
bundler-audit (~> 0.9)
rake (>= 12.3.3)
rubocop (~> 1.20)
rubocop-rake (~> 0.6)
Expand Down

0 comments on commit fe0a74d

Please sign in to comment.