From 63c52896f7a55d905cb0cf95dea8b5aa059dd966 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Fri, 1 Jul 2016 04:46:02 +0300 Subject: [PATCH] Since Rails 5 requires Ruby 2.2.2 or newer. --- .travis.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 243af03..aa69390 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ os: - linux - osx rvm: - - 2.0.0 - - 2.1.7 - 2.2.3 - 2.3.1 matrix: diff --git a/README.md b/README.md index 9286343..a529dd2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Currently, there is no such thing as Ruby Cron for Rails. Well, there's [Wheneve ## Requirements -Tested with latest MRI Ruby (2.3, 2.2, 2.1, and 2.0), Rails 4.*, and Rails 5.*. +Tested with latest MRI Ruby 2.2+, Rails 4.*, and Rails 5.*. Other versions are untested but might work fine.