Skip to content

Commit

Permalink
Require Xcodeproj 0.4.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 21, 2012
1 parent ccdc81e commit 6cc13e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions 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
Expand All @@ -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)
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Expand Up @@ -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'
Expand Down

0 comments on commit 6cc13e2

Please sign in to comment.