Bump ruby to 2.4
This commit is contained in:
parent
488860d2f0
commit
33fa2e8a9e
3 changed files with 7 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
2.3
|
2.4
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue