From 2e753e7419a1c81af3f25bb0d2fb2146373f9cf4 Mon Sep 17 00:00:00 2001 From: Wataru MIYAGUNI Date: Fri, 21 Apr 2017 12:53:11 +0900 Subject: [PATCH 1/2] Support Ruby 2.2 or higher (Drop 2.1) - Ruby 2.4.1 Released - https://www.ruby-lang.org/en/news/2017/03/22/ruby-2-4-1-released/ - Support of Ruby 2.1 has ended - https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/ --- .travis.yml | 4 ++-- README.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0db1a2..6422330 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ matrix: - rvm: ruby-head rvm: - - 2.1 - 2.2 - - 2.3.0 + - 2.3 + - 2.4 - ruby-head - jruby-19mode diff --git a/README.md b/README.md index 27a0ae1..04ca16e 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,8 @@ Please create a topic branch for every separate change you make. ### 1. Ruby -- Support Ruby 2.1 or higher -- Does not support Ruby 1.9.X and 2.0.X -- Does not work on Ruby 1.8.X +- Support Ruby 2.2 or higher +- Does not support Ruby (or does not work) 2.1.X or earlier ### 2. RSpec From ff0d1ab0aa95470a22d2b88e578371f2a66c16e6 Mon Sep 17 00:00:00 2001 From: Wataru MIYAGUNI Date: Fri, 21 Apr 2017 13:00:22 +0900 Subject: [PATCH 2/2] :smile: --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6422330..e891dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ matrix: rvm: - 2.2 - - 2.3 - - 2.4 + - 2.3.0 + - 2.4.0 - ruby-head - jruby-19mode