Commit 3e8a53b

mo khan <mo@mokhan.ca>
2013-03-30 18:33:54
connect ruby motion to bundler
1 parent da3b619
Gemfile
@@ -0,0 +1,1 @@
+source "https://rubygems.org"
Gemfile.lock
@@ -0,0 +1,8 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
Rakefile
@@ -1,6 +1,8 @@
 # -*- coding: utf-8 -*-
 $:.unshift("/Library/RubyMotion/lib")
 require 'motion/project'
+require 'bundler'
+Bundler.require
 
 Motion::Project::App.setup do |app|
   # Use `rake config' to see complete project settings.