From: Grant Slater Date: Tue, 1 Oct 2019 12:09:18 +0000 (+0100) Subject: Add bundler gem X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/be1cfc020eb2d71d63bf5de7f8cfb1f7c08d8f03?ds=inline Add bundler gem --- diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 17b07f397..755500c36 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -282,6 +282,7 @@ end end gem_package "jekyll" +gem_package "bundler" %w[2016 2017 2018 2019 2020].each do |year| git "/srv/#{year}.stateofthemap.org" do