From 7cbac8de0ddff4e0fc28069e0d409f3bd252f3c3 Mon Sep 17 00:00:00 2001 From: Pete Nicholls Date: Sun, 8 Sep 2019 08:27:19 +1000 Subject: [PATCH] Travis: update Rubies to latest patch version --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0f4031c..31b4fb5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: ruby cache: bundler rvm: - - 2.4.6 - - 2.5.5 - - 2.6.3 + - 2.4.7 + - 2.5.6 + - 2.6.4 before_script: - git config --global user.email "travis@travis.ci"