Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 91448c4

Browse files
committed
Use Ruby 2.6.3 in CircleCI
1 parent c0bd3de commit 91448c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/ruby:2.5.1-node
6+
- image: circleci/ruby:2.6.3-node
77

88
steps:
99
- checkout

0 commit comments

Comments
 (0)