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 /omnibus/Gemfile | |
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>
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r-- | omnibus/Gemfile | 3 |
1 files changed, 3 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" |