From eebc1e2740dc42484242687bb1b1e160331ce6c7 Mon Sep 17 00:00:00 2001 From: Alexey Dubovskoy Date: Thu, 13 Jun 2019 15:39:52 +0100 Subject: [PATCH] disable builds for ruby < 2.3 --- .travis.yml | 8 +++++--- README.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dbb2090..dc728c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,11 @@ cache: bundler addons: postgresql: "9.6" rvm: - - 2.0.0-p648 - - 2.1.10 - - 2.2.6 + # TODO fix build set up + # - 2.0.0-p648 + # - 2.1.10 + # - 2.2.6 + - 2.3.7 - 2.4.2 - 2.5.1 - 2.6.3 diff --git a/README.md b/README.md index 1825c38..975cd74 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Filtered uses API provided by ActiveRecord [merge method](https://api.rubyonrail ## Ruby/Rails versions supported -Ruby: 2.2.x, 2.3.x, 2.4.x, 2.5.x, 2.6.x, jruby-9.1.x, jruby-9.2.x. +Ruby: 2.3.x, 2.4.x, 2.5.x, 2.6.x, jruby-9.1.x, jruby-9.2.x. Rails: 4.0.x, 4.1.x, 4.2.x, 5.0.x, 5.1.x, 5.2.x, 6.0.0rc. ## Credits