From d141cf537eea912c098bdfcccc55496f21c1753d Mon Sep 17 00:00:00 2001 From: Carlos Coelho Date: Fri, 10 Jul 2020 12:43:45 -0300 Subject: [PATCH] Update CONTRIBUTING.md with OSEM_RUBY_VERSION instructions --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c90f739..2dad9ece 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,6 +89,9 @@ override example file and in it, set your user id in the variable sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.override.yml ``` +Another use of the override example file, is to overwrite the variable *OSEM_RUBY_VERSION*, +which defines in what's the Ruby version to be used for the container. This argument is only +read during the container build time. 1. Set up the development environment: ```bash