From: Tom Hughes Date: Thu, 7 May 2020 13:50:09 +0000 (+0100) Subject: Installer bundler 2.1.4 for sotm 2020 site X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/22ccc94ffa0bed87d1247b720971194aa57fa5ed?hp=31e0739ff1029189c24d38801da007bfa8b45f57 Installer bundler 2.1.4 for sotm 2020 site --- diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 76efd9a44..91ea25d89 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -305,6 +305,10 @@ gem_package "bundler" do version "1.17.3" end +gem_package "bundler" do + version "2.1.4" +end + %w[2016 2017 2018 2019 2020].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync