]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Fix linting
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 4521d668ea4817ffcb9e9a454b6b058948017de3..5381aa350b9b37033628fd348baf3c34285d471a 100644 (file)
@@ -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].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"