Skip to content

Commit

Permalink
Merge pull request #8 from xster/patch-1
Browse files Browse the repository at this point in the history
Fix ruby version dependency
  • Loading branch information
dnkoutso authored Dec 10, 2017
2 parents 7ebcdd8 + 6169ef6 commit c1979d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoapods-docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = '2.0'
spec.required_ruby_version = '>=2.0'

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit c1979d9

Please sign in to comment.