Skip to content

Commit

Permalink
fix issue #42: nokogiri 1.7.0 does not support ruby 2.0 or earlier
Browse files Browse the repository at this point in the history
Change-Id: Ia9e12a5ce2476ffe85cda43bda238385bbd0af8e
  • Loading branch information
mars-coder committed Jun 16, 2017
1 parent 8ac4818 commit ab3abce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliyun-sdk.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.extensions = ['ext/crcx/extconf.rb']


spec.add_dependency 'nokogiri', '~> 1.6'
spec.add_dependency 'nokogiri', '~> 1.6', "< 1.7.0"
spec.add_dependency 'rest-client', '~> 1.8'

spec.add_development_dependency 'bundler', '~> 1.10'
Expand Down

0 comments on commit ab3abce

Please sign in to comment.