Skip to content

Commit

Permalink
Allow cfpropertylist 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Unterwaditzer committed Feb 23, 2018
1 parent 1913e7c commit 7c71bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
remote: .
specs:
xcodeproj (1.5.6)
CFPropertyList (~> 2.3.3)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.2)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
Expand All @@ -24,7 +24,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.6)
CFPropertyList (3.0.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib)

s.add_runtime_dependency 'atomos', '~> 0.1.2'
s.add_runtime_dependency 'CFPropertyList', '~> 2.3.3'
s.add_runtime_dependency 'CFPropertyList', '>= 2.3.3', '< 4.0'
s.add_runtime_dependency 'claide', '>= 1.0.2', '< 2.0'
s.add_runtime_dependency 'colored2', '~> 3.1'
s.add_runtime_dependency 'nanaimo', '~> 0.2.3'
Expand Down

0 comments on commit 7c71bbf

Please sign in to comment.