From be9258f23116508ac8f3e28b9cc307f1c7ad736e Mon Sep 17 00:00:00 2001 From: Taylor Lodge Date: Mon, 7 Jan 2019 09:29:47 +1300 Subject: [PATCH] Drop < 2.3.0 ruby support in Travis Bundler no longer supports these platforms --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e4c0b9..0043d70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ script: - bundle exec rake rvm: - - 2.0.0 - - 2.2.5 - 2.3.3 - 2.4.0