diff --git a/.ruby-version b/.ruby-version index bb576dbde10fdad22759c170d482813d5e873c1e..6b4950e3de2f6c99801a4f5e2ffa01669f358572 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.3 +2.4 diff --git a/.travis.yml b/.travis.yml index db4fad306317a18384c2b9b9fc0bd2b33977eaaa..7bc30dfe0698d804fc63070c3987ae5b0d61ff20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: ruby rvm: + - 2.4.1 - 2.3.4 - - 2.1.10 env: - DB=postgresql BUILD_TYPE=cucumber diff --git a/Changelog.md b/Changelog.md index c67932a00af4ad197f5ec29d95435175617f8080..d40a5e03adb330a99da14052a866b661141a97d6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # 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 * Make the mention syntax more flexible [#7305](https://github.com/diaspora/diaspora/pull/7305)