X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7010845d454267f8b658d6c00fe3180042bb164..5d9d144cf4e7aaf93fc32493cac25256767990e9:/cookbooks/stateofthemap/recipes/default.rb diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 1c1c5fdc8..5381aa350 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: stateofthemap +# Cookbook:: stateofthemap # Recipe:: default # -# Copyright 2013, OpenStreetMap Foundation +# Copyright:: 2013, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -281,9 +281,18 @@ 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].each do |year| +%w[2016 2017 2018 2019 2020].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"