summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-06-16 10:24:22 -0600
committertyler-ball <tyleraball@gmail.com>2016-06-16 10:24:22 -0600
commit51ef97685d623189837750105e30ec9bb78471a2 (patch)
treeac5ef878111ab5b5b6ea3df135069cdbd9cba6ed /Gemfile
parent5581377922587f6e83221e4a8b4795cbf4a8cd87 (diff)
downloadchef-51ef97685d623189837750105e30ec9bb78471a2.tar.gz
Ignoring the nokogiri CVE until we update to 1.6.8
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c6b4955ab6..91a49678af 100644
--- a/Gemfile
+++ b/Gemfile
@@ -79,7 +79,7 @@ end
group(:travis) do
# See `bundler-audit` in .travis.yml
- gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git", ref: "4e32fca"
+ gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git"
end
instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]