From d2538f7d3833107161fe09beac080f60f7c86eba Mon Sep 17 00:00:00 2001 From: Matt Palmer Date: Thu, 4 Oct 2018 10:33:22 +1000 Subject: [PATCH] Bump ruby versions in travis to all-latest --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fde1891a..4061c453 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ sudo: false cache: bundler rvm: - - 2.5.0 - - 2.4.3 - - 2.3.6 - - 2.2.9 + - 2.5.1 + - 2.4.4 + - 2.3.7 + - 2.2.10 gemfile: - Gemfile