From cdbc36612932a931eeae50918fc03418790da057 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Mon, 13 Apr 2020 13:15:37 +0200 Subject: [PATCH] chore(ci): bump Ruby versions (#385) Merge pull request 385 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46193d5..3575f92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: ruby cache: bundler rvm: - - 2.4 - - 2.6 + - 2.5 + - 2.7 before_install: - gem update --system @@ -14,5 +14,5 @@ env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true matrix: - - JEKYLL_VERSION="~> 3.3" + - JEKYLL_VERSION="~> 3.8" - JEKYLL_VERSION="~> 4.0"