Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use a Nokogiri version that's compatible with Ruby 2.0.0
  • Loading branch information
nex3 committed Nov 16, 2017
1 parent c944c6a commit 67a03d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass.gemspec
Expand Up @@ -24,7 +24,7 @@ SASS_GEMSPEC = Gem::Specification.new do |spec|

spec.add_development_dependency 'yard', '~> 0.8.7.6'
spec.add_development_dependency 'redcarpet', '~> 3.3'
spec.add_development_dependency 'nokogiri', '~> 1.7'
spec.add_development_dependency 'nokogiri', '~> 1.6.0'
spec.add_development_dependency 'minitest', '>= 5'

readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
Expand Down

0 comments on commit 67a03d6

Please sign in to comment.