Commit 3ff1c374 authored by Flaburgan's avatar Flaburgan
Browse files

Recommend Ruby 2.3, keep Ruby 2.1 as supported

parent f9173402
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
2.2
2.3
+1 −1
Original line number Diff line number Diff line
language: ruby

rvm:
  - 2.2
  - 2.3.1
  - 2.1

env:
+1 −1
Original line number Diff line number Diff line
@@ -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