From: Tom Hughes Date: Wed, 3 Jul 2019 16:59:14 +0000 (+0100) Subject: Include bundler in packages to install on Ubuntu X-Git-Tag: live~2481 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9299f8ca23d7cd7a1cb2f080bf6bd440140d3637 Include bundler in packages to install on Ubuntu --- diff --git a/INSTALL.md b/INSTALL.md index d0640aa12..c79e365a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,7 +27,7 @@ of packages required before you can get the various gems installed. These can be installed on Ubuntu 16.04 or later with: ``` -sudo apt-get install ruby2.5 libruby2.5 ruby2.5-dev \ +sudo apt-get install ruby2.5 libruby2.5 ruby2.5-dev bundler \ libmagickwand-dev libxml2-dev libxslt1-dev nodejs \ apache2 apache2-dev build-essential git-core \ postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \