]> git.openstreetmap.org Git - rails.git/commitdiff
The rubygem is called bundler not bundle
authorShaun McDonald <mail@shaunmcdonald.me.uk>
Mon, 14 Jul 2014 11:49:48 +0000 (12:49 +0100)
committerShaun McDonald <mail@shaunmcdonald.me.uk>
Mon, 14 Jul 2014 11:49:48 +0000 (12:49 +0100)
Also I'm that needs to be installed with sudo as gems won't normally install into the home user directory without more setup

INSTALL.md

index 41c6a1d9b17fa0e8c1988d9247a476529becd6dc..780ffdf07057d4b644f4e216cd4028dc66b418b9 100644 (file)
@@ -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.