From 22ccc94ffa0bed87d1247b720971194aa57fa5ed Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 7 May 2020 14:50:09 +0100 Subject: [PATCH] Installer bundler 2.1.4 for sotm 2020 site --- cookbooks/stateofthemap/recipes/default.rb | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5