summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-07-15 16:45:23 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-07-15 16:46:39 -0400
commit6fd98696863b83449354a93a79918f5c399c7cce (patch)
treeaf4498ca06b3488fc78a2eef41df26e4ca1069ea /Gemfile
parent8643590c12b730fb6102f80ce6586447b212a27a (diff)
downloadchef-6fd98696863b83449354a93a79918f5c399c7cce.tar.gz
Install nokogiri and pin mixlib-cliksubrama/nokogiri
See https://github.com/chef/chef-dk/pull/937 and https://github.com/chef/chef/issues/5116
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f001cc117a..9327fb539a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,6 +20,7 @@ gem "cheffish"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
+ gem "nokogiri"
end
group(:omnibus_package, :pry) do