Skip to content

Commit

Permalink
Add information about RUBY version in Docs ENV too
Browse files Browse the repository at this point in the history
[ ci-skip ]
  • Loading branch information
shingara committed Oct 14, 2013
1 parent e1f31fb commit b332048
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/ENV-VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Errbit can be almost configured by some ENVIRONMENT variables. If you
use this variable, you don't need copy all of you configuration file

## Ruby version

You can define your own ruby version you want to use. By default it's
the 2.0.0 to use. But you can change it with RUBY_VERSION variable.

We test it on :

* 1.9.3
* 2.0.0
* 2.1.0

## Use configuration by ENV

To activate this env variable you need activate it by a Variable env.
You can do that with HEROKU or USE_ENV variable

Expand Down

0 comments on commit b332048

Please sign in to comment.