Skip to content

Commit a7146de

Browse files
committed
Update Ruby to 2.7.0
This commit updates Ruby to 2.7.0.
1 parent 4013eb6 commit a7146de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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.6.5
6+
- image: circleci/ruby:2.7.0
77

88
steps:
99
- checkout

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ruby 2.6.5
1+
ruby 2.7.0
22
nodejs 10.16.3

0 commit comments

Comments
 (0)