X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/32a423888e0d6b5254c55e4faf418b31749dc69e..19aeb7bfffb852ab8be005c004b1ef8e555a5b77:/cookbooks/foundation/recipes/owg.rb diff --git a/cookbooks/foundation/recipes/owg.rb b/cookbooks/foundation/recipes/owg.rb index d0dd92a84..3e0df09bb 100644 --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@ -20,8 +20,10 @@ include_recipe "apache" include_recipe "git" -package "ruby" -package "ruby-dev" +package %w[ + ruby + ruby-dev +] gem_package "bundler"