Skip to content

Commit

Permalink
Avoid recommending installation of the Ubuntu bundler package
Browse files Browse the repository at this point in the history
Due to a problem with namespacing and vendoring, the Ubuntu package
leads to namespace conflicts with Thor 1+

Fixes #3013
  • Loading branch information
gravitystorm committed Jan 21, 2021
1 parent 10999cf commit 536c621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -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 \
Expand Down

0 comments on commit 536c621

Please sign in to comment.