]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Fix linting
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 4d27bdffa09c46323edf7574abb7310823c2b10c..5381aa350b9b37033628fd348baf3c34285d471a 100644 (file)
@@ -281,9 +281,18 @@ end
   end
 end
 
   end
 end
 
+package %w[
+  ruby
+  ruby-dev
+  zlib1g-dev
+]
+
 gem_package "jekyll"
 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"
   git "/srv/#{year}.stateofthemap.org" do
     action :sync
     repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"