From b332048d298f716bdbc52b9a3d1ab04dc1ddf6bd Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Mon, 14 Oct 2013 17:07:19 +0200 Subject: [PATCH] Add information about RUBY version in Docs ENV too --- docs/ENV-VARIABLES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) diff --git a/docs/ENV-VARIABLES.md b/docs/ENV-VARIABLES.md index 784496b..a5201ab 100644 --- a/docs/ENV-VARIABLES.md +++ b/docs/ENV-VARIABLES.md @@ -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 -- libgit2 0.21.2