From 536c62175cb44985d30875efaba7af70c28a29ed Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 21 Jan 2021 11:29:29 +0000 Subject: [PATCH] Avoid recommending installation of the Ubuntu bundler package Due to a problem with namespacing and vendoring, the Ubuntu package leads to namespace conflicts with Thor 1+ Fixes #3013 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e3c5299a5..321e00987 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -28,7 +28,7 @@ These can be installed on Ubuntu 20.04 or later with: ``` sudo apt-get update -sudo apt-get install ruby2.7 libruby2.7 ruby2.7-dev bundler \ +sudo apt-get install ruby2.7 libruby2.7 ruby2.7-dev \ libmagickwand-dev libxml2-dev libxslt1-dev nodejs \ apache2 apache2-dev build-essential git-core firefox-geckodriver \ postgresql postgresql-contrib libpq-dev libsasl2-dev \ -- 2.43.2