From: Tom Hughes Date: Sat, 25 Apr 2020 23:19:58 +0000 (+0100) Subject: Install bundler 2.x to the chef environment for the chef repository X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e58a930181b9313423d6ede11f98e313bc9a0e41 Install bundler 2.x to the chef environment for the chef repository --- diff --git a/cookbooks/chef/recipes/repository.rb b/cookbooks/chef/recipes/repository.rb index 28d0b2f39..44e9db114 100644 --- a/cookbooks/chef/recipes/repository.rb +++ b/cookbooks/chef/recipes/repository.rb @@ -21,6 +21,10 @@ include_recipe "git" keys = data_bag_item("chef", "keys") +chef_gem "bundler" do + version ">= 2.1.4" +end + directory "/var/lib/chef" do owner "chefrepo" group "chefrepo"