From b4588460509038874d4269ef29b80da122b95dd6 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 10 Apr 2017 19:34:05 +1200 Subject: [PATCH] We support Ruby 2.0+ --- .travis.yml | 6 +++--- README.md | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99740206..e660497e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ cache: bundler rvm: - 2.0 - 2.1 - - 2.2.6 - - 2.3.3 - - 2.4.0 + - 2.2 + - 2.3 + - 2.4 - jruby-head - ruby-head matrix: diff --git a/README.md b/README.md index e3e0e9cb..29f8d6f9 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,7 @@ end This library aims to support and is [tested against][travis] the following Ruby versions: -* Ruby 2.2.6+ -* Ruby 2.3 -* Ruby 2.4 +* Ruby 2.0+ * JRuby 9.1.6.0+ If something doesn't work on one of these versions, it's a bug.