summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-08-07 09:13:11 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-07 09:13:11 -0700
commitb66dc9dbc9d58c977e289bd55e3484eecb8e057f (patch)
tree7859b1334ab21862a23a21c00dccbb557f6fa28b
parent2e93ea1fe20b3d5e0e96d81d8e300cdcb63eba3b (diff)
downloadmixlib-log-b66dc9dbc9d58c977e289bd55e3484eecb8e057f.tar.gz
Require full bundler in the rakefile
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 15fa270..5c9a752 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-require "bundler/gem_tasks"
+require "bundler"
begin
require "cucumber/rake/task"