diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-02-28 14:36:11 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-02-28 14:36:11 -0800 |
commit | c69c65664353e0183d036ab49da05eb905cd7f08 (patch) | |
tree | 6d334b71a544d787cee8889b0d9f6e17109557db | |
parent | 5f99e3674ecce9e02d2045bc0129f7d57138909e (diff) | |
download | chef-c69c65664353e0183d036ab49da05eb905cd7f08.tar.gz |
add a temp pin so we don't revisit this constantly
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | omnibus/Gemfile | 3 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 1 |
2 files changed, 4 insertions, 0 deletions
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 |