[Gemfile] Point to repos instead of to gems
Showing
| ... | ... | @@ -6,9 +6,9 @@ end |
| gemspec | ||
| group :development do | ||
| # gem "cocoapods-core", :git => "git://github.com/CocoaPods/Core.git" | ||
| # gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | ||
| # gem "cocoapods-downloader", :git => "git://github.com/CocoaPods/cocoapods-downloader" | ||
| gem "cocoapods-core", :git => "git://github.com/CocoaPods/Core.git" | ||
| gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | ||
| gem "cocoapods-downloader", :git => "git://github.com/CocoaPods/cocoapods-downloader" | ||
| # gem "cocoapods-core", :path => "../Core" | ||
| # gem "xcodeproj", :path => "../Xcodeproj" | ||
| ... | ... |
Please
register
or
sign in
to comment