Skip to content

Commit

Permalink
Downgrade nokogiri to 1.6.3 to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jefmathiot committed Nov 28, 2014
1 parent 639d8f0 commit 1dfc37e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electric_sheep.gemspec
Expand Up @@ -40,4 +40,8 @@ Gem::Specification.new do |spec|
spec.add_dependency 'fog', '~> 1.23', '>= 1.23.0'
spec.add_dependency 'lumberjack', '~> 1.0', '>= 1.0.9'

# Avoids an error installing nokogiri when building packages (nokogiri >= 1.6.5 / libxml2 2.9.2)
# TODO Remove as soon as problem is fixed
spec.add_dependency 'nokogiri', '1.6.3'

end

0 comments on commit 1dfc37e

Please sign in to comment.