From be1cfc020eb2d71d63bf5de7f8cfb1f7c08d8f03 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 1 Oct 2019 13:09:18 +0100 Subject: [PATCH] Add bundler gem --- cookbooks/stateofthemap/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2