Commit c7cd36ca0dbf39df5c2741d21e53daa9dfeb2e1d

Authored by Florent Guilleux
1 parent 0b34e1a5
Exists in master and in 1 other branch production

Tell to run bundle in the Heroku deploy instructions

Without running first `bundle` I get the following error when running `heroku config:add SECRET_TOKEN="$(bundle exec rake secret)"`

/Users/florent2/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find i18n-0.6.1 in any of the sources (Bundler::GemNotFound)
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -149,6 +149,8 @@ cap deploy:setup deploy @@ -149,6 +149,8 @@ cap deploy:setup deploy
149 git clone http://github.com/errbit/errbit.git 149 git clone http://github.com/errbit/errbit.git
150 ``` 150 ```
151 * Update `db/seeds.rb` with admin credentials for your initial login. 151 * Update `db/seeds.rb` with admin credentials for your initial login.
  152 +
  153 + * Run `bundle`
152 154
153 * Create & configure for Heroku 155 * Create & configure for Heroku
154 156