]> git.openstreetmap.org Git - chef.git/commitdiff
Update bundler
authorGrant Slater <git@firefishy.com>
Tue, 1 Oct 2019 12:41:20 +0000 (13:41 +0100)
committerGrant Slater <git@firefishy.com>
Tue, 1 Oct 2019 12:41:20 +0000 (13:41 +0100)
cookbooks/foundation/recipes/owg.rb
cookbooks/stateofthemap/recipes/default.rb

index 0e8f2b722dce5f0c332b1356ec6df1f0b1083efd..ec441dedab03a496dc604d2e7d0daf42f6c33872 100644 (file)
@@ -26,7 +26,9 @@ package %w[
   zlib1g-dev
 ]
 
   zlib1g-dev
 ]
 
-gem_package "bundler"
+gem_package 'bundler' do
+  version "1.17.3"
+end
 
 git "/srv/operations.osmfoundation.org" do
   action :sync
 
 git "/srv/operations.osmfoundation.org" do
   action :sync
index 755500c369cf8e096f1d7db96f66a83f9f1e2e72..4f45bf4bbeb970d18a86c90c01dbfe12f09240f7 100644 (file)
@@ -281,8 +281,16 @@ end
   end
 end
 
   end
 end
 
+package %w[
+  ruby
+  ruby-dev
+  zlib1g-dev
+]
+
 gem_package "jekyll"
 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
 
 %w[2016 2017 2018 2019 2020].each do |year|
   git "/srv/#{year}.stateofthemap.org" do