Add gem install bundler to installation guide
Compare changes
- Fumiya Nakamura authored
+ 2
− 2
@@ -153,14 +153,14 @@ class Repository
@@ -153,14 +153,14 @@ 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.