X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4bb1aa984e9dbf876fc6c7f088e7c7ed84bca2ea..5d9d144cf4e7aaf93fc32493cac25256767990e9:/cookbooks/stateofthemap/recipes/default.rb diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 17b07f397..5381aa350 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -281,7 +281,16 @@ end end end +package %w[ + ruby + ruby-dev + zlib1g-dev +] + gem_package "jekyll" +gem_package "bundler" do + version "1.17.3" +end %w[2016 2017 2018 2019 2020].each do |year| git "/srv/#{year}.stateofthemap.org" do