Skip to content

Commit 1c4b1c7

Browse files
author
Yuri Lopes
committed
Fix ruby version
1 parent ac90cc1 commit 1c4b1c7

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
@@ -5,7 +5,7 @@ jobs:
55
ruby-version:
66
type: string
77
docker:
8-
- image: cimg/ruby:3.2
8+
- image: cimg/ruby:3.2.0
99
steps:
1010
- checkout
1111
- run: bundle install

0 commit comments

Comments
 (0)