Skip to content

Commit

Permalink
fix issue #42: nokogiri 1.8.0 does not support ruby ​​2.0 or earlier
Browse files Browse the repository at this point in the history
Change-Id: I5929d531247008f72892f17b0538314c8b858725
  • Loading branch information
mars-coder committed Jun 16, 2017
1 parent 8ac4818 commit 3bc0b49
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 3bc0b49

Please sign in to comment.