From 68460af45ece0833ccb7ca9d6f970878ed74c7dc Mon Sep 17 00:00:00 2001 From: Daniel Bayerlein Date: Mon, 26 Dec 2016 10:31:34 +0100 Subject: [PATCH] Add support for Ruby 2.4.0 --- .travis.yml | 1 + README.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8317347..3f9e004 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: ruby rvm: + - 2.4.0 - 2.3.3 - 2.2.6 sudo: false diff --git a/README.markdown b/README.markdown index e17824f..82e63c6 100644 --- a/README.markdown +++ b/README.markdown @@ -166,6 +166,7 @@ Homesick is tested on the following Ruby versions: * 2.2.6 * 2.3.3 +* 2.4.0 ## Note on Patches/Pull Requests