From 48d40e6ad11c7a9e782d00206d128a8007d27d6a Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Sat, 10 Nov 2018 22:51:01 +0000 Subject: [PATCH] Fix ruby version to 2.5.3 This is the latest stable version of ruby. --- .gitlab-ci.yml | 2 +- .ruby-version | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .ruby-version diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 149247e..70b17a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ruby:2.3 +image: ruby:2.5.3 variables: JEKYLL_ENV: production diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..a4db534 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.5.3 \ No newline at end of file