From: Grant Slater Date: Tue, 1 Oct 2019 12:41:20 +0000 (+0100) Subject: Update bundler X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/82218c8e9c12e6feef3a476dc37c923a97b61681?hp=be1cfc020eb2d71d63bf5de7f8cfb1f7c08d8f03 Update bundler --- diff --git a/cookbooks/foundation/recipes/owg.rb b/cookbooks/foundation/recipes/owg.rb index 0e8f2b722..ec441deda 100644 --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@ -26,7 +26,9 @@ package %w[ zlib1g-dev ] -gem_package "bundler" +gem_package 'bundler' do + version "1.17.3" +end git "/srv/operations.osmfoundation.org" do action :sync diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 755500c36..4f45bf4bb 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -281,8 +281,16 @@ end end end +package %w[ + ruby + ruby-dev + zlib1g-dev +] + gem_package "jekyll" -gem_package "bundler" +gem_package 'bundler' do + version "1.17.3" +end %w[2016 2017 2018 2019 2020].each do |year| git "/srv/#{year}.stateofthemap.org" do