[Gemspec] Bump Molinillo to `'~> 0.5.6'`

parent 9fecb2ee
...@@ -7,7 +7,7 @@ GIT ...@@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: da067319634495b132b8f0403867e5cf5a2e2485 revision: 82794ce74adbb4702f731a55c7b584d298bee04e
branch: master branch: master
specs: specs:
cocoapods-core (1.2.0) cocoapods-core (1.2.0)
...@@ -17,10 +17,10 @@ GIT ...@@ -17,10 +17,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Molinillo.git remote: https://github.com/CocoaPods/Molinillo.git
revision: 8e00a1a1b763839e5c16182dfaadcc07775d36aa revision: c393cb1a4148c8e7f1f32ee4127ad06320776367
branch: master branch: master
specs: specs:
molinillo (0.5.5) molinillo (0.5.6)
GIT GIT
remote: https://github.com/CocoaPods/Nanaimo.git remote: https://github.com/CocoaPods/Nanaimo.git
...@@ -31,14 +31,14 @@ GIT ...@@ -31,14 +31,14 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 823a2e24a11b41d823cc492716ebc64454c6a8b3 revision: 5f3d0b7da01384440d60c942d341ba03130f4367
branch: master branch: master
specs: specs:
xcodeproj (1.4.2) xcodeproj (1.4.2)
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) colored2 (~> 3.1)
nanaimo (~> 0.2.3) nanaimo (~> 0.2.3)
GIT GIT
...@@ -79,7 +79,7 @@ GIT ...@@ -79,7 +79,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: f544707599303661a60290efb4408ac007a72273 revision: 57a59376c21821ee43b905257178a403cb6be1ff
branch: master branch: master
specs: specs:
cocoapods-trunk (1.1.2) cocoapods-trunk (1.1.2)
...@@ -118,7 +118,7 @@ PATH ...@@ -118,7 +118,7 @@ PATH
escape (~> 0.0.4) escape (~> 0.0.4)
fourflusher (~> 2.0.1) fourflusher (~> 2.0.1)
gh_inspector (~> 1.0) gh_inspector (~> 1.0)
molinillo (~> 0.5.5) molinillo (~> 0.5.6)
nap (~> 1.0) nap (~> 1.0)
ruby-macho (~> 0.2.5) ruby-macho (~> 0.2.5)
xcodeproj (>= 1.4.1, < 2.0) xcodeproj (>= 1.4.1, < 2.0)
...@@ -150,6 +150,7 @@ GEM ...@@ -150,6 +150,7 @@ GEM
pry (= 0.10.3) pry (= 0.10.3)
coderay (1.1.0) coderay (1.1.0)
colored (1.2) colored (1.2)
colored2 (3.1.1)
cork (0.1.0) cork (0.1.0)
colored (~> 1.2) colored (~> 1.2)
crack (0.4.3) crack (0.4.3)
...@@ -177,7 +178,7 @@ GEM ...@@ -177,7 +178,7 @@ GEM
gh_inspector (1.0.3) gh_inspector (1.0.3)
git (1.3.0) git (1.3.0)
hashdiff (0.3.1) hashdiff (0.3.1)
i18n (0.7.0) i18n (0.8.0)
inch (0.7.0) inch (0.7.0)
pry pry
sparkr (>= 0.2.0) sparkr (>= 0.2.0)
......
...@@ -37,7 +37,7 @@ Gem::Specification.new do |s| ...@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-stats', '>= 1.0.0', '< 2.0' s.add_runtime_dependency 'cocoapods-stats', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-trunk', '>= 1.1.2', '< 2.0' s.add_runtime_dependency 'cocoapods-trunk', '>= 1.1.2', '< 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.5' s.add_runtime_dependency 'molinillo', '~> 0.5.6'
s.add_runtime_dependency 'xcodeproj', '>= 1.4.1', '< 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
......
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