Skip to content

Commit

Permalink
Merge pull request #6925 from chef/lcg/fix-builds-again-again
Browse files Browse the repository at this point in the history
Remove git ref on bundler-audit
  • Loading branch information
lamont-granquist authored Mar 1, 2018
2 parents 42e6f12 + cfb23ef commit 72accef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 4 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -394,7 +389,7 @@ PLATFORMS

DEPENDENCIES
appbundler (= 0.10.0)
bundler-audit!
bundler-audit
chef!
chef-config!
chef-vault
Expand Down

0 comments on commit 72accef

Please sign in to comment.