Commit b332048d298f716bdbc52b9a3d1ab04dc1ddf6bd
1 parent
e1f31fbe
Exists in
master
and in
1 other branch
Add information about RUBY version in Docs ENV too
[ ci-skip ]
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
docs/ENV-VARIABLES.md
... | ... | @@ -3,6 +3,19 @@ |
3 | 3 | Errbit can be almost configured by some ENVIRONMENT variables. If you |
4 | 4 | use this variable, you don't need copy all of you configuration file |
5 | 5 | |
6 | +## Ruby version | |
7 | + | |
8 | +You can define your own ruby version you want to use. By default it's | |
9 | +the 2.0.0 to use. But you can change it with RUBY_VERSION variable. | |
10 | + | |
11 | +We test it on : | |
12 | + | |
13 | + * 1.9.3 | |
14 | + * 2.0.0 | |
15 | + * 2.1.0 | |
16 | + | |
17 | +## Use configuration by ENV | |
18 | + | |
6 | 19 | To activate this env variable you need activate it by a Variable env. |
7 | 20 | You can do that with HEROKU or USE_ENV variable |
8 | 21 | ... | ... |