Skip to content

Commit

Permalink
Remove nokogiri from explicit dependency list
Browse files Browse the repository at this point in the history
Removes the nokogiri dependency to prevent resolution conflicts
with plugins that may require earlier or later versions than what
Vagrant constrains to.

Fixes hashicorp#8550
  • Loading branch information
chrisroberts committed May 8, 2017
1 parent b9862ce commit bf10219
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vagrant.gemspec
Expand Up @@ -32,9 +32,6 @@ Gem::Specification.new do |s|
s.add_dependency "winrm-fs", "~> 1.0"
s.add_dependency "winrm-elevated", "~> 1.1"

# We lock this down to avoid compilation issues.
s.add_dependency "nokogiri", "~> 1.7.1"

# NOTE: The ruby_dep gem is an implicit dependency from the listen gem. Later versions
# of the ruby_dep gem impose an aggressive constraint on the required ruby version (>= 2.2.5).
# Explicit constraint is defined to provide required dependency to listen without imposing
Expand Down

0 comments on commit bf10219

Please sign in to comment.