summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-03 17:32:02 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 18:50:09 -0700
commit6c55f32dfbe5d5f1d327341756c9821dfa08894b (patch)
tree2a1a5aef67feea46c90d7310d53892476dc8fe2b /Rakefile
parent2b3276a2d20b696b6da9d4f4b986eea6175c0525 (diff)
downloadmixlib-shellout-6c55f32dfbe5d5f1d327341756c9821dfa08894b.tar.gz
Work around BK not having $USER set
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 82d0d13..c2be547 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-require "bundler/gem_tasks"
+require "bundler"
Bundler::GemHelper.install_tasks name: "mixlib-shellout"