From: Tom Hughes Date: Sun, 26 Oct 2014 11:28:40 +0000 (+0000) Subject: There isn't a separate rubygems package in 14.04 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cbbee2920b20cc05becd4d5b00e264dac84e7d5b?hp=98ae3d7b83fc025d844f92e53136084f8cc1df2e There isn't a separate rubygems package in 14.04 --- diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index 6e3b6bc1e..e969c99d2 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -24,7 +24,6 @@ db_passwords = data_bag_item("db", "passwords") package "postgresql-client" package "ruby" -package "rubygems" package "ruby-libxml" package "libpq-dev"