Skip to content

Commit 218a498

Browse files
committed
circle: Upgrade ruby-based builds to use 2.5.1
1 parent b22984a commit 218a498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ x-config:
66
- &docker-node
77
- image: 'circleci/node:8'
88
- &docker-ruby
9-
- image: 'circleci/ruby:2.4'
9+
- image: 'circleci/ruby:2.5.1'
1010
x-caching: # caching instructions
1111
- &save-cache-yarn
1212
key: 'v3-yarn-dependencies-{{ arch }}-{{ checksum "yarn.lock" }}'

0 commit comments

Comments
 (0)