Commit 70d878b1896ec09e38efe3cffa88998ef794138f
1 parent
befbf471
Exists in
master
and in
1 other branch
Upgrading was missing bundle install call
Since dependencies may have changed, must call bundle install
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
README.md
@@ -311,6 +311,7 @@ When upgrading Errbit, please run: | @@ -311,6 +311,7 @@ When upgrading Errbit, please run: | ||
311 | 311 | ||
312 | ```bash | 312 | ```bash |
313 | git pull origin master # assuming origin is the github.com/errbit/errbit repo | 313 | git pull origin master # assuming origin is the github.com/errbit/errbit repo |
314 | +bundle install | ||
314 | rake db:migrate | 315 | rake db:migrate |
315 | ``` | 316 | ``` |
316 | 317 |