Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit e5832c1

Browse files
Upgrade to Ruby 2.7 (#1113)
* Update to Ruby latest 2.6 version As part of 2.7 upgrade, we want to update to the latest 2.6 Ruby version in order to see the latest deprecation warnings. This commit does this upgrade. * Upgrade Ruby to 2.7.6 As we didn't have any deprecation warning in the previous commit - which upgraded Ruby to the latest 2.6 version, it should be safe to upgrade it to 2.7. Future work needs to be done to address any new deprecation warning that arises with this upgrade.
1 parent 5af3b53 commit e5832c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/ruby:2.6.5-node
5+
- image: cimg/ruby:2.7.6-node
66
steps:
77
- checkout
88
- restore_cache:

Diff for: .tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ruby 2.6.5
1+
ruby 2.7.6
22
nodejs 12.16.1

0 commit comments

Comments
 (0)