diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2021-12-16 17:25:52 -0500 |
---|---|---|
committer | Jeremiah Snapp <jeremiah@chef.io> | 2021-12-16 17:25:52 -0500 |
commit | 29be34e660c8cbe2eeeb044fec3f91c6ac0d1d8c (patch) | |
tree | 5aa44b45868bc9249f49ab8aa217d7cc27e87326 /omnibus/Gemfile | |
parent | b360464582e11b4b71b11505fe933e38a8de26df (diff) | |
download | chef-29be34e660c8cbe2eeeb044fec3f91c6ac0d1d8c.tar.gz |
Unpin ohai in omnibus/Gemfilejsnapp/unpin-ohai-in-omnibus-Gemfile
A new version of omnibus-toolchain is deployed on all platforms.
The new version includes ruby 2.7 so we no longer need to pin to an
old version of ohai.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r-- | omnibus/Gemfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 8cdaafa877..ca5e4f2339 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -14,12 +14,6 @@ group :development do # Use Berkshelf for resolving cookbook dependencies gem "berkshelf", ">= 7.0" - # We have to use chef/ohai 16 until all builders are on ruby >= 2.7 - gem "ohai", "~> 16.0" - gem "chef", "~> 16.0" - gem "chef-config", "~> 16.0" - gem "chef-utils", "~> 16.0" - # Use Test Kitchen with Vagrant for converging the build environment gem "test-kitchen", ">= 1.23" gem "kitchen-vagrant", ">= 1.3.1" |