From: Tom Hughes Date: Sun, 26 Oct 2014 11:31:14 +0000 (+0000) Subject: Require ruby-dev so we can build native extensions X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0090bd318bd4f43d2523d71ed9404f4c93055b9e Require ruby-dev so we can build native extensions --- diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index e969c99d2..42a6dbea0 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -24,6 +24,7 @@ db_passwords = data_bag_item("db", "passwords") package "postgresql-client" package "ruby" +package "ruby-dev" package "ruby-libxml" package "libpq-dev"