From: Shaun McDonald Date: Mon, 14 Jul 2014 11:49:48 +0000 (+0100) Subject: The rubygem is called bundler not bundle X-Git-Tag: live~4355 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ec2e733d32092884f8021f6a33de0e95cca389ad?hp=b2aba0f8e97c8723c3e24fba3b33a960dfe48db4;ds=sidebyside The rubygem is called bundler not bundle Also I'm that needs to be installed with sudo as gems won't normally install into the home user directory without more setup --- diff --git a/INSTALL.md b/INSTALL.md index 41c6a1d9b..780ffdf07 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,7 +33,7 @@ sudo apt-get install ruby1.9.1 libruby1.9.1 ruby1.9.1-dev ri1.9.1 \ apache2 apache2-threaded-dev build-essential git-core \ postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \ libsasl2-dev -gem1.9.1 install bundle +sudo gem1.9.1 install bundler ``` Note that the "1.9.1" Ubuntu packages do in fact contain ruby 1.9.3.