Commit 39e89b92 authored by Kyle Fuller's avatar Kyle Fuller

[Gemspec] Update xcodeproj dependency to `~> 0.20.1`

parent a1a8ca63
...@@ -24,10 +24,10 @@ GIT ...@@ -24,10 +24,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 06ef7697aa8eefa9e779fa6b33dd311cf3ec1f95 revision: 7341b637687c648c9f9479a3881af47a19ff5fc7
branch: master branch: master
specs: specs:
xcodeproj (0.20.0) xcodeproj (0.20.1)
activesupport (>= 3) activesupport (>= 3)
colored (~> 1.2) colored (~> 1.2)
...@@ -79,7 +79,7 @@ PATH ...@@ -79,7 +79,7 @@ PATH
molinillo (~> 0.1.0) molinillo (~> 0.1.0)
nap (~> 0.8) nap (~> 0.8)
open4 (~> 1.3) open4 (~> 1.3)
xcodeproj (~> 0.20.0) xcodeproj (~> 0.20.1)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
......
...@@ -29,7 +29,7 @@ Gem::Specification.new do |s| ...@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
# Link with the version of CocoaPods-Core # Link with the version of CocoaPods-Core
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.7.0' s.add_runtime_dependency 'claide', '~> 0.7.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.20.0' s.add_runtime_dependency 'xcodeproj', '~> 0.20.1'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1'
s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1' s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1'
......
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