X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/be1cfc020eb2d71d63bf5de7f8cfb1f7c08d8f03..82218c8e9c12e6feef3a476dc37c923a97b61681:/cookbooks/stateofthemap/recipes/default.rb diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 755500c36..4f45bf4bb 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -281,8 +281,16 @@ end end end +package %w[ + ruby + ruby-dev + zlib1g-dev +] + gem_package "jekyll" -gem_package "bundler" +gem_package 'bundler' do + version "1.17.3" +end %w[2016 2017 2018 2019 2020].each do |year| git "/srv/#{year}.stateofthemap.org" do