projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix linting
[chef.git]
/
cookbooks
/
stateofthemap
/
recipes
/
default.rb
diff --git
a/cookbooks/stateofthemap/recipes/default.rb
b/cookbooks/stateofthemap/recipes/default.rb
index
17b07f3
..
5381aa3
100644
(file)
--- 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