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
README.md
... ... @@ -85,6 +85,13 @@ The list of requirement to install Errbit is :
85 85 * Ruby 1.9.3 or higher
86 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 95 Installation
89 96 ------------
90 97  
... ... @@ -172,7 +179,7 @@ heroku config:add HEROKU=true
172 179 heroku config:add SECRET_TOKEN="$(bundle exec rake secret)"
173 180 heroku config:add ERRBIT_HOST=some-hostname.example.com
174 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 183 # For more info, go to this link: https://devcenter.heroku.com/articles/labs-user-env-compile
177 184 heroku labs:enable user-env-compile
178 185 git push heroku master
... ...