Skip to content

Commit

Permalink
Switch to RubyMotion gem tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhavens committed Mar 5, 2020
1 parent b9f5acf commit 1f7dcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f7dcf1

Please sign in to comment.