From 7171a992c3a1db6412d482c45e9fa331e5047cc1 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Wed, 15 Dec 2021 12:27:18 -0300 Subject: [PATCH] Depend on ruby-webrick explicitly With Ruby 3.0 as the default, the webrick gem now is shipped as a separate binary package and it is not automatically available when ruby is installed. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 7440fbf..f9d31e8 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,7 @@ Build-Depends: ruby-rack-test, ruby-rubygems, ruby-sinatra, + ruby-webrick, systemd, thin, wget, @@ -66,6 +67,7 @@ Depends: ruby-json, ruby-open4, ruby-sinatra, + ruby-webrick, thin Pre-Depends: ${misc:Pre-Depends} Recommends: pacemaker (>= 2.0) -- GitLab