diff options
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" |