bump ruby version
authorFrançois Michonneau <francois.michonneau@gmail.com>
Mon, 29 Jun 2020 14:07:09 +0000 (10:07 -0400)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 14:07:09 +0000 (10:07 -0400)
Gemfile

diff --git a/Gemfile b/Gemfile
index 1ece4c018c575587a2ffc827c48e2486dc907eb7..fb25ae4883a2877e5b37fa37fca1f287afd08c95 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,6 @@ source 'https://rubygems.org'
 git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
 
 # Synchronize with https://pages.github.com/versions
-ruby '>=2.5.3'
+ruby '>=2.5.8'
 
 gem 'github-pages', group: :jekyll_plugins