Commit 0c218e81 authored by Kyle Fuller's avatar Kyle Fuller

[Gemfile] Return cocoapods-core to use master branch

parent 901cb920
...@@ -15,7 +15,7 @@ gem 'json', '1.7.7' ...@@ -15,7 +15,7 @@ gem 'json', '1.7.7'
group :development do group :development do
#cp_gem 'claide', 'CLAide' #cp_gem 'claide', 'CLAide'
cp_gem 'cocoapods-core', 'Core', 'lockfile-checkout-options' cp_gem 'cocoapods-core', 'Core'
cp_gem 'cocoapods-downloader', 'cocoapods-downloader' cp_gem 'cocoapods-downloader', 'cocoapods-downloader'
cp_gem 'cocoapods-plugins', 'cocoapods-plugins' cp_gem 'cocoapods-plugins', 'cocoapods-plugins'
cp_gem 'cocoapods-trunk', 'cocoapods-trunk' cp_gem 'cocoapods-trunk', 'cocoapods-trunk'
......
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: fc4833f84190943ced043f78e945207791b0c53a revision: 320bb0cf36d38f038a6478ad87618dd8bf148ffc
branch: lockfile-checkout-options branch: master
specs: specs:
cocoapods-core (0.35.0.rc2) cocoapods-core (0.35.0.rc2)
activesupport (>= 3.2.15) activesupport (>= 3.2.15)
...@@ -69,7 +69,7 @@ PATH ...@@ -69,7 +69,7 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (4.1.7) activesupport (4.1.8)
i18n (~> 0.6, >= 0.6.9) i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
......
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