[Gemspec] Bump Xcodeproj to `'>= 1.4.1', '< 2.0'`

parent cc99632d
...@@ -32,22 +32,22 @@ GIT ...@@ -32,22 +32,22 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Nanaimo.git remote: https://github.com/CocoaPods/Nanaimo.git
revision: 58e84fe93a1c16788e9ab67a85b5a1e9d58dbd6f revision: 3a92a5daa9f5d7bf877a95e61486b6517ab78e33
branch: master branch: master
specs: specs:
nanaimo (0.1.0) nanaimo (0.2.0)
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 2920db2b76b5b7faf8f975f19b5224fab5ee9b2a revision: 04dc5d6e987b363fd74d889ad97fa15c4765db1e
branch: master branch: master
specs: specs:
xcodeproj (1.4.0) xcodeproj (1.4.1)
CFPropertyList (~> 2.3.3) CFPropertyList (~> 2.3.3)
activesupport (>= 3) activesupport (>= 3)
claide (>= 1.0.1, < 2.0) claide (>= 1.0.1, < 2.0)
colored (~> 1.2) colored (~> 1.2)
nanaimo (~> 0.1.0) nanaimo (~> 0.2.0)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-deintegrate.git remote: https://github.com/CocoaPods/cocoapods-deintegrate.git
...@@ -129,7 +129,7 @@ PATH ...@@ -129,7 +129,7 @@ PATH
molinillo (~> 0.5.3) molinillo (~> 0.5.3)
nap (~> 1.0) nap (~> 1.0)
ruby-macho (~> 0.2.5) ruby-macho (~> 0.2.5)
xcodeproj (>= 1.4.0, < 2.0) xcodeproj (>= 1.4.1, < 2.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
......
...@@ -38,7 +38,7 @@ Gem::Specification.new do |s| ...@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-trunk', '>= 1.1.1', '< 2.0' s.add_runtime_dependency 'cocoapods-trunk', '>= 1.1.1', '< 2.0'
s.add_runtime_dependency 'cocoapods-try', '>= 1.1.0', '< 2.0' s.add_runtime_dependency 'cocoapods-try', '>= 1.1.0', '< 2.0'
s.add_runtime_dependency 'molinillo', '~> 0.5.3' s.add_runtime_dependency 'molinillo', '~> 0.5.3'
s.add_runtime_dependency 'xcodeproj', '>= 1.4.0', '< 2.0' s.add_runtime_dependency 'xcodeproj', '>= 1.4.1', '< 2.0'
## Version 5 needs Ruby 2.2, so we specify an upper bound to stay compatible with system ruby ## Version 5 needs Ruby 2.2, so we specify an upper bound to stay compatible with system ruby
s.add_runtime_dependency 'activesupport', '>= 4.0.2', '< 5' s.add_runtime_dependency 'activesupport', '>= 4.0.2', '< 5'
......
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