]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Fix cookstyle warnings
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 69f9a6e0a6bbad2a61b6f8eb0e4445273e6e3721..91ea25d89da380c973491b5ebd2ea47bedbf5a90 100644 (file)
@@ -305,10 +305,14 @@ 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
-    repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"
+    repository "https://github.com/openstreetmap/stateofthemap-#{year}.git"
     depth 1
     user "root"
     group "root"