]> git.openstreetmap.org Git - rails.git/commitdiff
Avoid recommending installation of the Ubuntu bundler package
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 21 Jan 2021 11:29:29 +0000 (11:29 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 21 Jan 2021 11:29:29 +0000 (11:29 +0000)
Due to a problem with namespacing and vendoring, the Ubuntu package
leads to namespace conflicts with Thor 1+

Fixes #3013

INSTALL.md

index e3c5299a5ac473bde497ebb9becc1ed4c9892a88..321e009874998ed910d53d5eb9892e88a4a5a150 100644 (file)
@@ -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 \