From: Andy Allan Date: Thu, 21 Jan 2021 11:29:29 +0000 (+0000) Subject: Avoid recommending installation of the Ubuntu bundler package X-Git-Tag: live~1781^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/536c62175cb44985d30875efaba7af70c28a29ed?hp=10999cfc5e6f64f1b6d81ddb4a2f751c694bcbc5 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 --- 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 \