From e24fc5f3ac7d2a5546aa2f36ed8d3cfb7d736c59 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 6 Sep 2026 10:00:15 +0100 Subject: [PATCH] Drop installation of hpricot gem which was used by munin plugins --- cookbooks/web/recipes/rails.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index 2d94d4316..3e874c2de 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -244,7 +244,3 @@ service "api-statistics" do subscribes :restart, "template[/usr/local/bin/api-statistics]" subscribes :restart, "systemd_service[api-statistics]" end - -gem_package "hpricot" do - gem_binary node[:ruby][:gem] -end -- 2.47.3