bundler is now optionally loaded

This commit is contained in:
Laurent Sansonetti
2012-07-10 21:19:55 +02:00
parent 8d72787415
commit c1611ac388

View File

@@ -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