From 6cc13e2ef4449504622559af006f878e9eab99fb Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Sun, 21 Oct 2012 18:28:33 +0200 Subject: [PATCH] Require Xcodeproj 0.4.0.rc1 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- cocoapods.gemspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 7051b21b8a..f243086592 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index ac0dd6ecb7..6f8e28450f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ 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/ diff --git a/cocoapods.gemspec b/cocoapods.gemspec index 8f909fe6ca..c272e1cb0d 100644 --- a/cocoapods.gemspec +++ b/cocoapods.gemspec @@ -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'