Commit 6cc13e2e authored by Fabio Pelosin's avatar Fabio Pelosin

Require Xcodeproj 0.4.0.rc1

parent ccdc81e6
......@@ -3,7 +3,7 @@ source "http://rubygems.org"
gemspec
group :development do
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git", :branch => "refactor"
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git"
gem "mocha", "~> 0.11.4"
gem "bacon"
gem "mocha-on-bacon"
......
GIT
remote: git://github.com/CocoaPods/Xcodeproj.git
revision: 280a500ed5ee5a5f6bb4e3c5edcfef0240fa427b
branch: refactor
revision: cc71c669a05934886c56169bbe209014a7a1af8e
specs:
xcodeproj (0.3.5)
xcodeproj (0.4.0.rc1)
activesupport (~> 3.2.6)
colored (~> 1.2)
GIT
remote: https://github.com/alloy/kicker.git
......@@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
cocoapods (0.15.2)
cocoapods (0.16.0.rc1)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
......@@ -27,7 +27,7 @@ PATH
octokit (~> 1.7)
open4 (~> 1.3.0)
rake (~> 0.9.0)
xcodeproj (~> 0.3.5)
xcodeproj (~> 0.4.0.rc1)
GEM
remote: http://rubygems.org/
......
......@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.executables = %w{ pod }
s.require_paths = %w{ lib }
s.add_runtime_dependency 'xcodeproj', '~> 0.3.5'
s.add_runtime_dependency 'xcodeproj', '~> 0.4.0.rc1'
s.add_runtime_dependency 'faraday', '~> 0.8.1'
s.add_runtime_dependency 'octokit', '~> 1.7'
......
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