Skip to content

Commit

Permalink
Merge pull request #1771 from chef/robb/update-nokogiri
Browse files Browse the repository at this point in the history
update nokogiri to quiet CVE audit
  • Loading branch information
robbkidd authored Oct 23, 2018
2 parents cf66577 + a69bd75 commit 7144bcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ matrix:
- cd $TRAVIS_BUILD_DIR/src/$NAME
- bundle exec rake spec
- bundle exec rubocop
- bundle exec bundle-audit check --update --ignore CVE-2018-1000544
- bundle exec bundle-audit check --update

# Fieri Spec
- env:
Expand Down
4 changes: 2 additions & 2 deletions src/supermarket/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ GEM
net-telnet (0.1.1)
newrelic_rpm (4.1.0.333)
nio4r (2.0.0)
nokogiri (1.8.4)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
notiffany (0.1.1)
nenv (~> 0.1)
Expand Down Expand Up @@ -666,4 +666,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.4
1.16.6
4 changes: 2 additions & 2 deletions src/supermarket/engines/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
mixlib-log (1.7.1)
multipart-post (2.0.0)
nio4r (2.1.0)
nokogiri (1.8.4)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
Expand Down Expand Up @@ -234,4 +234,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.16.2
1.16.6

0 comments on commit 7144bcb

Please sign in to comment.