Merge branch 'next-minor' into develop

This commit is contained in:
Dennis Schubert 2020-06-13 23:29:52 +02:00
commit e0cf63f1d3
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
rvm:
- 2.4.9
- 2.3.8
- 2.6.6
- 2.5.8
env:
- DB=postgresql BUILD_TYPE=cucumber

View file

@ -30,6 +30,7 @@ Although the chat was never enabled per default and was marked as experimental,
# 0.7.14.0
## 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
* Don't link to deleted users in admin user stats [#8063](https://github.com/diaspora/diaspora/pull/8063)