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
This commit is contained in:
Shaun McDonald 2014-07-14 12:49:48 +01:00
parent b2aba0f8e9
commit ec2e733d32

View 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.