summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 416927bf3a..49fc34986c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,8 +22,8 @@ gem "cheffish" # required for rspec tests
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- # CVE-2016-4658 https://github.com/sparklemotion/nokogiri/issues/1615
- gem "nokogiri", ">= 1.7.1"
+ # nokogiri has no ruby-2.4 version for windows so it cannot go into our Gemfile.lock
+ # gem "nokogiri", ">= 1.7.1"
end
group(:omnibus_package, :pry) do