Skip to content

Commit

Permalink
[Bundle] Bump Xcodeproj to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Sep 20, 2013
1 parent 2db1549 commit a4f0663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -7,7 +7,7 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: faa9df47370af19677e66cda11986de025b2e948
revision: 976a1e288ab90ed4edd3029de51bab62daaabad5
branch: master
specs:
cocoapods-core (0.24.0)
Expand All @@ -17,10 +17,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: b47feb937af209f6c3c96bd39c76c15c64ba31f5
revision: d354d874ada0cc86ba436606f5ff30d0235d2501
branch: master
specs:
xcodeproj (0.10.1)
xcodeproj (0.11.0)
activesupport (~> 3.0)
colored (~> 1.2)

Expand Down Expand Up @@ -70,7 +70,7 @@ PATH
escape (~> 0.0.4)
json (~> 1.8)
open4 (~> 1.3)
xcodeproj (~> 0.10.0)
xcodeproj (~> 0.11.0)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Expand Up @@ -30,7 +30,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.3.2'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.2.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.10.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.11.0'

s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4'
Expand Down

0 comments on commit a4f0663

Please sign in to comment.