summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-24 11:12:33 -0700
committerTim Smith <tsmith@chef.io>2018-07-24 11:12:33 -0700
commit791a8d70696ea467ae53c075fe91c5bc34a9a3fe (patch)
treed3b039ce9cff4acace9749c176c86c15f2bde665 /Rakefile
parent09c0fcdddf9a19184b5c3851ea6674e2ed8c114c (diff)
downloadmixlib-cli-791a8d70696ea467ae53c075fe91c5bc34a9a3fe.tar.gz
We don't need the version anymore in the Rakefile
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8978010..9934023 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,5 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
-require "mixlib/cli/version"
task default: [:style, :unit]