Add gem install bundler to installation guide
Compare changes
Files
6+ 3
− 3
@@ -151,16 +151,16 @@ class Repository
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Created by: pschultz
bundler was missing when I followed this guide. Ubuntu points you to the ruby-bundler, which is based on ruby 1.8 and doesn't work. Installing bundler with gem works.
This PR adds the command to do that to the installation guide.