Commit 0e7bfba0 authored by Marius Rackwitz's avatar Marius Rackwitz

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

parent 4fec429f
...@@ -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: cd03f259381c2b6317e60f088adff6b6e2b01d68 revision: 55af40b1fee835039947db9635c8b098bd03fe90
branch: master branch: master
specs: specs:
xcodeproj (1.0.0) xcodeproj (1.1.0)
activesupport (>= 3) activesupport (>= 3)
claide (>= 1.0.0, < 2.0) claide (>= 1.0.0, < 2.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -110,7 +110,7 @@ PATH ...@@ -110,7 +110,7 @@ PATH
fourflusher (~> 0.3.0) fourflusher (~> 0.3.0)
molinillo (~> 0.4.5) molinillo (~> 0.4.5)
nap (~> 1.0) nap (~> 1.0)
xcodeproj (>= 1.0.0, < 2.0) xcodeproj (>= 1.1.0, < 2.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
...@@ -149,7 +149,7 @@ GEM ...@@ -149,7 +149,7 @@ GEM
faraday (0.9.2) faraday (0.9.2)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffi (1.9.6) ffi (1.9.6)
fourflusher (0.3.0) fourflusher (0.3.1)
fuzzy_match (2.0.4) fuzzy_match (2.0.4)
git (1.3.0) git (1.3.0)
i18n (0.7.0) i18n (0.7.0)
...@@ -170,7 +170,7 @@ GEM ...@@ -170,7 +170,7 @@ GEM
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
metaclass (0.0.4) metaclass (0.0.4)
method_source (0.8.2) method_source (0.8.2)
minitest (5.8.4) minitest (5.9.0)
mocha (1.1.0) mocha (1.1.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2) mocha-on-bacon (0.2.2)
......
...@@ -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.0.0', '< 2.0' s.add_runtime_dependency 'cocoapods-trunk', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-try', '>= 1.0.0', '< 2.0' s.add_runtime_dependency 'cocoapods-try', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'molinillo', '~> 0.4.5' s.add_runtime_dependency 'molinillo', '~> 0.4.5'
s.add_runtime_dependency 'xcodeproj', '>= 1.0.0', '< 2.0' s.add_runtime_dependency 'xcodeproj', '>= 1.1.0', '< 2.0'
s.add_runtime_dependency 'activesupport', '>= 4.0.2' s.add_runtime_dependency 'activesupport', '>= 4.0.2'
s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'colored', '~> 1.2'
......
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