From 3ff1c3748ac07e8425e20ab07d05547ea619d9aa Mon Sep 17 00:00:00 2001 From: Flaburgan Date: Fri, 5 Aug 2016 11:57:03 +0200 Subject: [PATCH] Recommend Ruby 2.3, keep Ruby 2.1 as supported --- .ruby-version | 2 +- .travis.yml | 2 +- Changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 8bbe6cf74..bb576dbde 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2 +2.3 diff --git a/.travis.yml b/.travis.yml index 4704fb851..1e44e3a69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby rvm: - - 2.2 + - 2.3.1 - 2.1 env: diff --git a/Changelog.md b/Changelog.md index 0a9109d9a..8528f5936 100644 --- a/Changelog.md +++ b/Changelog.md @@ -20,7 +20,7 @@ If you set the DB environment variable anywhere, that's no longer necessary. ## Supported Ruby versions -This release recommends using Ruby 2.2, while retaining Ruby 2.1 as an officially supported version. +This release recommends using Ruby 2.3, while retaining Ruby 2.1 as an officially supported version. Ruby 2.0 is no longer officially supported. ## Configuration changes