From a42254a5e6dac65e1ef6177133614b9265a0c4cd Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 24 Feb 2015 22:34:27 -0800 Subject: [PATCH] Adds bundler tasks --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 27086e6..2c95e80 100755 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,7 @@ # -*- ruby -*- require 'rspec/core/rake_task' require 'rubocop/rake_task' +require 'bundler/gem_tasks' desc 'Run Rubocop to check for style violations' RuboCop::RakeTask.new