summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-04-25 11:55:09 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-04-29 13:40:37 -0700
commit5a8d6d15113e3be9af1aad43af3d0ee4061f829a (patch)
tree50a8c5f256014807d76273c838eec76c7458a163
parent4357319ba7fa2b86d5d62412f84d814c250a8a18 (diff)
downloadchef-5a8d6d15113e3be9af1aad43af3d0ee4061f829a.tar.gz
force the bin install
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--chef-binstubs/Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chef-binstubs/Rakefile b/chef-binstubs/Rakefile
index 29955274e0..b94e9c5c02 100644
--- a/chef-binstubs/Rakefile
+++ b/chef-binstubs/Rakefile
@@ -1 +1,3 @@
-require "bundler/gem_tasks"
+# we need to force the install in order to overwrite the binstubs from
+# old chef gems.
+Bundler::GemHelper.install_tasks force: true