Add link to Gemfile regarding local repos.
Showing
... | @@ -7,6 +7,7 @@ gemspec | ... | @@ -7,6 +7,7 @@ gemspec |
group :development do | group :development do | ||
# To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler. | # To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler. | ||
# For more info see http://bundler.io/git.html#local | |||
gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master' | gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master' | ||
gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master' | gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master' | ||
gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master' | gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master' | ||
... | ... |
Please
register
or
sign in
to comment