Skip to content

Commit

Permalink
Merge pull request #8203 from Coeur/patch-3
Browse files Browse the repository at this point in the history
Support Xcode 10.1.
  • Loading branch information
dnkoutso committed Oct 22, 2018
2 parents 04817c3 + 12acc0e commit 2980c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -116,7 +116,7 @@ PATH
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
fourflusher (~> 2.1.0)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
nap (~> 1.0)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
faraday-http-cache (1.3.1)
faraday (~> 0.8)
ffi (1.9.25)
fourflusher (2.0.1)
fourflusher (2.1.0)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
git (1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'activesupport', '>= 4.0.2', '< 5'
s.add_runtime_dependency 'colored2', '~> 3.1'
s.add_runtime_dependency 'escape', '~> 0.0.4'
s.add_runtime_dependency 'fourflusher', '~> 2.0.1'
s.add_runtime_dependency 'fourflusher', '~> 2.1.0'
s.add_runtime_dependency 'gh_inspector', '~> 1.0'
s.add_runtime_dependency 'nap', '~> 1.0'
s.add_runtime_dependency 'ruby-macho', '~> 1.3', '>= 1.3.1'
Expand Down

0 comments on commit 2980c4c

Please sign in to comment.