]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Use python3 for wsgi on dev
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 76efd9a44597941428c10051cc14e8f85a40b352..05239f2e33e4b3987d31de981c2fd826e4705923 100644 (file)
@@ -291,6 +291,9 @@ end
 end
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
   libssl-dev
@@ -305,6 +308,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