Skip to content

Commit

Permalink
[Gemfile] Point to repos instead of to gems
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Mar 1, 2013
1 parent 6fac8d0 commit 1018521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -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"
Expand Down

0 comments on commit 1018521

Please sign in to comment.