From 2c655c68d15972f573399126b02cb9110693ffda Mon Sep 17 00:00:00 2001 From: James Mead Date: Sun, 11 Oct 2020 14:30:35 +0100 Subject: [PATCH] Update Ruby to v2.5.8 This is the latest patch version of v2.5. --- .gitlab-ci.yml | 2 +- .ruby-version | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c244620..082145a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ruby:2.5.3 +image: ruby:2.5.8 stages: - test diff --git a/.ruby-version b/.ruby-version index a4db534..ecd7ee5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.3 \ No newline at end of file +2.5.8 diff --git a/docker-compose.yml b/docker-compose.yml index 8450a83..e37ada8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - "4000:80" jekyll: - image: ruby:2.5.3 + image: ruby:2.5.8 working_dir: /src environment: BUNDLE_PATH: /vendor