mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-29 05:05:37 +08:00
bundler is now optionally loaded
This commit is contained in:
@@ -39,6 +39,12 @@ if $?.exitstatus == 2
|
||||
puts ''
|
||||
end
|
||||
|
||||
begin
|
||||
require 'bundler/setup'
|
||||
Bundler.require
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
desc "Build the project, then run the simulator"
|
||||
task :default => :simulator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user