Setup a more recent ruby version
2.5.0 has been released since 8 months now...
This commit is contained in:
parent
fb2612ecaf
commit
cf961b1b80
6 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue