Setup a more recent ruby version

2.5.0 has been released since 8 months now...
This commit is contained in:
Henne Vogelsang 2018-09-04 21:25:53 +02:00
parent 64d8f05bdd
commit 272690fa21
6 changed files with 10 additions and 3 deletions

View file

@ -83,3 +83,7 @@ RECAPTCHA_SECRET_KEY=""
# The url of the redis server
OSEM_REDIS_URL='redis://localhost:6379/1'
# The ruby version you want to use with OSEM
# Please note: We only test 2.5.0
OSEM_RUBY_VERSION=2.5.0