Skip to content

Commit

Permalink
[Gemfile] Use gemspec versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Feb 25, 2013
1 parent 6ee6a6f commit c1e0b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
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 c1e0b83

Please sign in to comment.