Bump ruby version to 2.6, drop support of 2.3

closes #7929
This commit is contained in:
flaburgan 2020-06-13 21:36:44 +02:00 committed by Dennis Schubert
parent f882dd2d6f
commit 7193099902
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E
3 changed files with 4 additions and 3 deletions

View file

@ -1 +1 @@
2.4 2.6

View file

@ -1,8 +1,8 @@
language: ruby language: ruby
rvm: rvm:
- 2.4.9 - 2.6.6
- 2.3.8 - 2.5.8
env: env:
- DB=postgresql BUILD_TYPE=cucumber - DB=postgresql BUILD_TYPE=cucumber

View file

@ -1,6 +1,7 @@
# 0.7.14.0 # 0.7.14.0
## Refactor ## Refactor
* Update the suggested Ruby version to 2.6. If you run into trouble during the update and you followed our installation guides, run `rvm install 2.6`. [#7929](https://github.com/diaspora/diaspora/pull/7929)
## Bug fixes ## Bug fixes
* Don't link to deleted users in admin user stats [#8063](https://github.com/diaspora/diaspora/pull/8063) * Don't link to deleted users in admin user stats [#8063](https://github.com/diaspora/diaspora/pull/8063)