Rakefile in knock-1.5 vs Rakefile in knock-2.0

- old
+ new

@@ -1,4 +1,6 @@ +require "rubygems" + begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end