diff --git a/Rakefile b/Rakefile index 78ca75e2..b104a767 100644 --- a/Rakefile +++ b/Rakefile @@ -2,6 +2,7 @@ $:.unshift("/Library/RubyMotion/lib") $:.unshift("~/.rubymotion/rubymotion-templates") require 'motion/project/template/ios' +require 'motion/project/template/gem/gem_tasks' require 'bundler' Bundler.setup Bundler.require(:development)