summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-06-14 11:30:55 -0600
committertyler-ball <tyleraball@gmail.com>2016-06-14 11:58:46 -0600
commitebc4657b45c706d7ec68d99accce203cf49aff0f (patch)
treefc81595ebcdb94458dca1c7b223e5caa1e9985ff /Gemfile
parentf0caa91e00c46aac00aa85e13ad553bd7ea389f0 (diff)
downloadchef-ebc4657b45c706d7ec68d99accce203cf49aff0f.tar.gz
Updating omnibus dependencies to take advantage of new msys2 toolchain
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 40d608e66b..c6b4955ab6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,8 +20,9 @@ gem "cheffish"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "nokogiri"
+ gem "nokogiri", "= 1.6.7.2"
end
+
group(:omnibus_package, :pry) do
gem "pry"
gem "pry-byebug"