summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-02-28 16:10:34 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-02-28 16:10:34 -0800
commitcfb23efffe2b6c55e501eaf2a0efd4631d04f246 (patch)
tree164b67e10f064bf9a4f000aa9413b5b51b3aa296 /Gemfile
parent75d78a87ceb3f4c42ac607f5c89bf9d5df32866b (diff)
downloadchef-cfb23efffe2b6c55e501eaf2a0efd4631d04f246.tar.gz
Remove git ref on bundler-audit
Seems pointless when we pin the version in Gemfile.lock and I'm not even sure we need this now with GH's alerts. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 57c80be631..d79b0fb7a7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -61,7 +61,7 @@ end
group(:travis) do
# See `bundler-audit` in .travis.yml
- gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git"
+ gem "bundler-audit"
gem "travis"
end