Since Rails 5 requires Ruby 2.2.2 or newer.

This commit is contained in:
Dzmitry Plashchynski
2016-07-01 04:46:02 +03:00
parent 977f49a3a4
commit 63c52896f7
2 changed files with 1 additions and 3 deletions

View File

@@ -3,8 +3,6 @@ os:
- linux
- osx
rvm:
- 2.0.0
- 2.1.7
- 2.2.3
- 2.3.1
matrix:

View File

@@ -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.