Run bundle install when releasing

This commit is contained in:
Bryan Housel
2016-03-02 10:41:29 -05:00
parent f561ab3151
commit 1e97ca04a9
+1
View File
@@ -29,6 +29,7 @@
#### Sync master and update iD (every time)
- [ ] `bundle install`
- [ ] `git fetch --all`
- [ ] `git checkout master`
- [ ] `git reset --hard upstream/master`