Commit 4ce6e4ae authored by Eloy Durán's avatar Eloy Durán

[Sandbox] Ensure RubyGems loads the CP gem on system Ruby.

parent 4d729e7c
......@@ -5,6 +5,9 @@ if $0 == __FILE__ && !ENV['COCOAPODS_NO_BUNDLER']
require "rubygems"
require "bundler/setup"
$:.unshift File.expand_path('../../lib', __FILE__)
elsif ENV['COCOAPODS_NO_BUNDLER']
require "rubygems"
gem "cocoapods"
end
if (ENV['CP_STDOUT_SYNC'] == 'TRUE')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment