summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-07-10 10:05:18 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-07-10 10:05:18 -0700
commit2a67b968b2506e559927b53e8904d4f76770376a (patch)
tree5ee4374cdbd787549351c03ffca65bb10378957c /Gemfile
parentb132e0a58478043605433fa2ccf8c4e7f090c8ec (diff)
downloadchef-2a67b968b2506e559927b53e8904d4f76770376a.tar.gz
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 <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
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