summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-02-28 16:13:23 -0800
committerGitHub <noreply@github.com>2018-02-28 16:13:23 -0800
commit72accef0bd9e1ef4c706dc8383eaad416ddce0f1 (patch)
tree902e988596226b2804991e817d286f7fdab0db35
parent42e6f12b7310897949663af7ff8ffc2b47a74779 (diff)
parentcfb23efffe2b6c55e501eaf2a0efd4631d04f246 (diff)
downloadchef-72accef0bd9e1ef4c706dc8383eaad416ddce0f1.tar.gz
Merge pull request #6925 from chef/lcg/fix-builds-again-again
Remove git ref on bundler-audit
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock13
2 files changed, 5 insertions, 10 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
diff --git a/Gemfile.lock b/Gemfile.lock
index bc902c8ee6..4f25b80f7c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -24,14 +24,6 @@ GIT
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
-GIT
- remote: https://github.com/rubysec/bundler-audit.git
- revision: b84d88f76c4d656421c1d810c9760b0fdea5d13a
- specs:
- bundler-audit (0.6.0)
- bundler (~> 1.2)
- thor (~> 0.18)
-
PATH
remote: .
specs:
@@ -128,6 +120,9 @@ GEM
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.3)
+ bundler-audit (0.6.0)
+ bundler (~> 1.2)
+ thor (~> 0.18)
byebug (10.0.0)
chef-vault (3.3.0)
chef-zero (13.1.0)
@@ -394,7 +389,7 @@ PLATFORMS
DEPENDENCIES
appbundler (= 0.10.0)
- bundler-audit!
+ bundler-audit
chef!
chef-config!
chef-vault