Update CONTRIBUTING.md with OSEM_RUBY_VERSION instructions

This commit is contained in:
Carlos Coelho 2020-07-10 12:43:45 -03:00
parent 6a9b8c9f2b
commit d141cf537e

View file

@ -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