mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Setup a more recent ruby version
2.5.0 has been released since 8 months now...
This commit is contained in:
parent
64d8f05bdd
commit
272690fa21
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