Commit e1f31fbec17b7b99baa695e79902b841dc8e943b

Authored by Cyril Mougel
1 parent 243fe1c2
Exists in master and in 1 other branch production

Add information about the Ruby version to use

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
@@ -85,6 +85,13 @@ The list of requirement to install Errbit is : @@ -85,6 +85,13 @@ The list of requirement to install Errbit is :
85 * Ruby 1.9.3 or higher 85 * Ruby 1.9.3 or higher
86 * MongoDB 2.2.0 or higher 86 * MongoDB 2.2.0 or higher
87 87
  88 +By default it's the Ruby 2.0.0 to use. But you can define your own ruby
  89 +version with RUBY_VERSION variable between :
  90 +
  91 + * 1.9.3
  92 + * 2.0.0
  93 + * 2.1.0
  94 +
88 Installation 95 Installation
89 ------------ 96 ------------
90 97
@@ -172,7 +179,7 @@ heroku config:add HEROKU=true @@ -172,7 +179,7 @@ heroku config:add HEROKU=true
172 heroku config:add SECRET_TOKEN="$(bundle exec rake secret)" 179 heroku config:add SECRET_TOKEN="$(bundle exec rake secret)"
173 heroku config:add ERRBIT_HOST=some-hostname.example.com 180 heroku config:add ERRBIT_HOST=some-hostname.example.com
174 heroku config:add ERRBIT_EMAIL_FROM=example@example.com 181 heroku config:add ERRBIT_EMAIL_FROM=example@example.com
175 -# This next line is required to access env variables during asset compilation. 182 +# This next line is required to access env variables during asset compilation.
176 # For more info, go to this link: https://devcenter.heroku.com/articles/labs-user-env-compile 183 # For more info, go to this link: https://devcenter.heroku.com/articles/labs-user-env-compile
177 heroku labs:enable user-env-compile 184 heroku labs:enable user-env-compile
178 git push heroku master 185 git push heroku master