Unverified Commit 9c17afa3 authored by Samuel Giddins's avatar Samuel Giddins Committed by GitHub

Merge pull request #7182 from CocoaPods/seg-molinillo-0.6.4

[Gemspec] Bump Molinillo to `~> 0.6.4`
parents 4e212684 6b10bbbb
...@@ -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: de2ad268571d26d851938af8da5bf60eab29399f revision: beb24a0789aa67f9adef47991d3f19f72f62c4a8
branch: master branch: master
specs: specs:
molinillo (0.6.3) molinillo (0.6.4)
GIT GIT
remote: https://github.com/CocoaPods/Nanaimo.git remote: https://github.com/CocoaPods/Nanaimo.git
...@@ -117,7 +117,7 @@ PATH ...@@ -117,7 +117,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.6.1) molinillo (~> 0.6.4)
nap (~> 1.0) nap (~> 1.0)
ruby-macho (~> 1.1) ruby-macho (~> 1.1)
xcodeproj (>= 1.5.3, < 2.0) xcodeproj (>= 1.5.3, < 2.0)
...@@ -295,4 +295,4 @@ DEPENDENCIES ...@@ -295,4 +295,4 @@ DEPENDENCIES
xcodeproj! xcodeproj!
BUNDLED WITH BUNDLED WITH
1.15.3 1.15.4
...@@ -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.3.0', '< 2.0' s.add_runtime_dependency 'cocoapods-trunk', '>= 1.3.0', '< 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.6.1' s.add_runtime_dependency 'molinillo', '~> 0.6.4'
s.add_runtime_dependency 'xcodeproj', '>= 1.5.3', '< 2.0' s.add_runtime_dependency 'xcodeproj', '>= 1.5.3', '< 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