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 +++ omnibus/Gemfile.lock | 1 + 2 files changed, 4 insertions(+) (limited to 'omnibus') 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" diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 35a45dcfac..1c6856f758 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -259,6 +259,7 @@ PLATFORMS DEPENDENCIES berkshelf (~> 4.0) kitchen-vagrant (~> 0.19.0) + ohai (~> 13.0) omnibus! omnibus-software! pedump -- cgit v1.2.1