Commit 322bb4d0 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[gemspec] Bump Xcodeproj to `~> 0.27.0`

parent 71891ef0
...@@ -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: 47b067acc2554977c9dca6fd38588cc26d449b71 revision: 893a44ecdd3c93cdec8f33fbd45ebb456a48299f
branch: master branch: master
specs: specs:
xcodeproj (0.26.3) xcodeproj (0.27.0)
activesupport (>= 3) activesupport (>= 3)
claide (~> 0.9.1) claide (~> 0.9.1)
colored (~> 1.2) colored (~> 1.2)
...@@ -86,7 +86,7 @@ PATH ...@@ -86,7 +86,7 @@ PATH
escape (~> 0.0.4) escape (~> 0.0.4)
molinillo (~> 0.3.1) molinillo (~> 0.3.1)
nap (~> 0.8) nap (~> 0.8)
xcodeproj (~> 0.26.3) xcodeproj (~> 0.27.0)
GEM GEM
remote: https://rubygems.org/ remote: https://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.9.1' s.add_runtime_dependency 'claide', '~> 0.9.1'
s.add_runtime_dependency 'xcodeproj', '~> 0.26.3' s.add_runtime_dependency 'xcodeproj', '~> 0.27.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.2' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.2'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2'
s.add_runtime_dependency 'cocoapods-stats', '~> 0.6.0' s.add_runtime_dependency 'cocoapods-stats', '~> 0.6.0'
......
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