diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-02-28 16:10:34 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-02-28 16:10:34 -0800 |
commit | cfb23efffe2b6c55e501eaf2a0efd4631d04f246 (patch) | |
tree | 164b67e10f064bf9a4f000aa9413b5b51b3aa296 /Gemfile | |
parent | 75d78a87ceb3f4c42ac607f5c89bf9d5df32866b (diff) | |
download | chef-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |