Bump ruby to 2.4

This commit is contained in:
flaburgan 2016-12-29 19:11:28 +01:00 committed by Benjamin Neff
parent 488860d2f0
commit 33fa2e8a9e
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
3 changed files with 7 additions and 2 deletions

View file

@ -1 +1 @@
2.3 2.4

View file

@ -1,8 +1,8 @@
language: ruby language: ruby
rvm: rvm:
- 2.4.1
- 2.3.4 - 2.3.4
- 2.1.10
env: env:
- DB=postgresql BUILD_TYPE=cucumber - DB=postgresql BUILD_TYPE=cucumber

View file

@ -1,5 +1,10 @@
# 0.7.0.0 # 0.7.0.0
## Supported Ruby versions
This release recommends using Ruby 2.4, while retaining Ruby 2.3 as an officially supported version.
Ruby 2.1 is no longer officially supported.
## Refactor ## Refactor
* Make the mention syntax more flexible [#7305](https://github.com/diaspora/diaspora/pull/7305) * Make the mention syntax more flexible [#7305](https://github.com/diaspora/diaspora/pull/7305)