From e9289c1a4898d5f4bb93e55e59dceabebd1d07d2 Mon Sep 17 00:00:00 2001 From: Will Binns Date: Sat, 23 May 2020 12:05:25 +0200 Subject: [PATCH] travis: Update Ruby to 2.5.8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2f59ed0..9fc6377f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.4.1" + - "2.5.8" cache: bundler env: # http://docs.travis-ci.com/user/environment-variables/#Global-Variables