Commit 05525551 authored by Samuel Giddins's avatar Samuel Giddins

[Gemspec] Bump Xcodeproj to `~> 0.28.2`

parent 7af24328
...@@ -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: 0c58405c7b61989f7abc66c08ee7e2d23a3b4248 revision: 472b9e824dc6c4f89f991974ba2eef70fbae1f12
branch: master branch: master
specs: specs:
xcodeproj (0.28.1) xcodeproj (0.28.2)
activesupport (>= 3) activesupport (>= 3)
claide (~> 0.9.1) claide (~> 0.9.1)
colored (~> 1.2) colored (~> 1.2)
...@@ -94,7 +94,7 @@ PATH ...@@ -94,7 +94,7 @@ PATH
escape (~> 0.0.4) escape (~> 0.0.4)
molinillo (~> 0.4.0) molinillo (~> 0.4.0)
nap (~> 1.0) nap (~> 1.0)
xcodeproj (~> 0.28.1) xcodeproj (~> 0.28.2)
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.28.1' s.add_runtime_dependency 'xcodeproj', '~> 0.28.2'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.3' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.3'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2'
s.add_runtime_dependency 'cocoapods-search', '~> 0.1.0' s.add_runtime_dependency 'cocoapods-search', '~> 0.1.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