Commit 1e50d7e5 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto
Browse files

Lock down Nokogiri dependency

parent 083dce5c
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -27,6 +27,9 @@ Gem::Specification.new do |s|
s.add_dependency "wdm", "~> 0.1.0"
s.add_dependency "winrm", "~> 1.1.3"
# We lock this down to avoid compilation issues.
s.add_dependency "nokogiri", "= 1.6.3.1"
s.add_development_dependency "rake"
s.add_development_dependency "contest", ">= 0.1.2"
s.add_development_dependency "minitest", "~> 2.5.1"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment