diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-29 09:54:02 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-29 09:54:02 -0700 |
commit | 6d074c136ae0b1be26d044549feca6228c53faed (patch) | |
tree | 0bc5c8184854399007b21c6db1f347b0f8fcc343 /Gemfile | |
parent | 37a855808a3e0c8872b36eeba937bff27886a06e (diff) | |
download | chef-6d074c136ae0b1be26d044549feca6228c53faed.tar.gz |
disable shipping nokogiri on windows for now
nokogiri does not have a ruby-2.4 release for windows
this is slightly complicated because we still need nokogiri in the
Gemfile.lock for travis.
i'm starting to think we should have a Gemfile.travis and
Gemfile.travis.lock or something and stop using groups for that.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |