diff --git a/Gemfile.lock b/Gemfile.lock index b8c4e6a96e..986d4c46db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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/ diff --git a/cocoapods.gemspec b/cocoapods.gemspec index 096e0733dc..0b9eee1bae 100644 --- a/cocoapods.gemspec +++ b/cocoapods.gemspec @@ -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'