From c69c65664353e0183d036ab49da05eb905cd7f08 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 28 Feb 2018 14:36:11 -0800 Subject: add a temp pin so we don't revisit this constantly Signed-off-by: Lamont Granquist --- omnibus/Gemfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'omnibus/Gemfile') diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 67c6bb4571..0de03a5ea2 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -13,6 +13,9 @@ group :development do # Use Berkshelf for resolving cookbook dependencies gem "berkshelf", "~> 4.0" + # temp pin for chef 14 development + gem "ohai", "~> 13.0" + # Use Test Kitchen with Vagrant for converging the build environment gem "test-kitchen", "~> 1.13" gem "kitchen-vagrant", "~> 0.19.0" -- cgit v1.2.1