From 1f7dcf18bb568052414eeca0573a34abb5b36723 Mon Sep 17 00:00:00 2001 From: Andrew Havens Date: Wed, 4 Mar 2020 16:43:20 -0800 Subject: [PATCH] Switch to RubyMotion gem tasks. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 84ba8ca0..f2c9c94b 100644 --- a/Rakefile +++ b/Rakefile @@ -2,10 +2,10 @@ $:.unshift("/Library/RubyMotion/lib") $:.unshift("~/.rubymotion/rubymotion-templates") require 'motion/project/template/ios' -require 'bundler/gem_tasks' begin require 'bundler' + require 'motion/project/template/gem/gem_tasks' Bundler.setup Bundler.require(:development) rescue LoadError