Update Ruby to v2.6.6

This is the latest patch version of v2.6.
This commit is contained in:
James Mead 2020-10-11 14:47:35 +01:00
parent 2c655c68d1
commit d5a260c00e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
image: ruby:2.5.8
image: ruby:2.6.6
stages:
- test

View File

@ -1 +1 @@
2.5.8
2.6.6

View File

@ -11,7 +11,7 @@ services:
- "4000:80"
jekyll:
image: ruby:2.5.8
image: ruby:2.6.6
working_dir: /src
environment:
BUNDLE_PATH: /vendor