From 5692194fa2c22f540981d1a0a91cb733521cb813 Mon Sep 17 00:00:00 2001 From: Daniel Bayerlein Date: Fri, 23 Dec 2016 11:37:47 +0100 Subject: [PATCH] Add support for Ruby 2.2.6 and 2.3.3 --- .travis.yml | 5 ++--- README.markdown | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8cbd17d..8317347 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: ruby rvm: - - 2.3.0 - - 2.2.0 - - 2.1.0 + - 2.3.3 + - 2.2.6 sudo: false diff --git a/README.markdown b/README.markdown index a36ac5b..e17824f 100644 --- a/README.markdown +++ b/README.markdown @@ -164,9 +164,8 @@ and castle Homesick is tested on the following Ruby versions: -* 2.1.0 -* 2.2.0 -* 2.3.0 +* 2.2.6 +* 2.3.3 ## Note on Patches/Pull Requests