X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/32a423888e0d6b5254c55e4faf418b31749dc69e..169f0cfcb0a3b2a41caa94cf65144be1ae693020:/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"