diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-07-10 10:05:18 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-07-10 10:05:18 -0700 |
commit | 2a67b968b2506e559927b53e8904d4f76770376a (patch) | |
tree | 5ee4374cdbd787549351c03ffca65bb10378957c /Gemfile | |
parent | b132e0a58478043605433fa2ccf8c4e7f090c8ec (diff) | |
download | chef-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-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |