mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-30 18:04:02 +08:00
10 lines
124 B
Ruby
10 lines
124 B
Ruby
begin
|
|
require 'bundler/gem_helper'
|
|
|
|
namespace 'gem' do
|
|
Bundler::GemHelper.install_tasks
|
|
end
|
|
|
|
rescue LoadError
|
|
end
|