]> git.openstreetmap.org Git - chef.git/commitdiff
Add bundler gem
authorGrant Slater <git@firefishy.com>
Tue, 1 Oct 2019 12:09:18 +0000 (13:09 +0100)
committerGrant Slater <git@firefishy.com>
Tue, 1 Oct 2019 12:13:19 +0000 (13:13 +0100)
cookbooks/stateofthemap/recipes/default.rb

index 17b07f39706e106cc6cde0f7b1019a7f0eeac426..755500c369cf8e096f1d7db96f66a83f9f1e2e72 100644 (file)
@@ -282,6 +282,7 @@ end
 end
 
 gem_package "jekyll"
 end
 
 gem_package "jekyll"
+gem_package "bundler"
 
 %w[2016 2017 2018 2019 2020].each do |year|
   git "/srv/#{year}.stateofthemap.org" do
 
 %w[2016 2017 2018 2019 2020].each do |year|
   git "/srv/#{year}.stateofthemap.org" do