From 2a67b968b2506e559927b53e8904d4f76770376a Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 10 Jul 2017 10:05:18 -0700 Subject: move nokogiri config to omnibus this hand-builds it with the software dep, and its not a direct dep of chef itself and shouldn't be in the Gemfile.lock anyway, plus we need to pin via omnibus_overrides.rb and double-pinning in the Gemfile.lock is just added fussiness Signed-off-by: Lamont Granquist --- Gemfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9f5aa6bdb0..7ce6a9c57d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,6 @@ group(:omnibus_package) do gem "appbundler" gem "rb-readline" gem "inspec" - gem "nokogiri", ">= 1.8" end group(:omnibus_package, :pry) do -- cgit v1.2.1