|
50 | 50 | test: |
51 | 51 | docker: |
52 | 52 | # specify the version you desire here |
53 | | - - image: cimg/ruby:3.0-browsers |
| 53 | + - image: cimg/ruby:3.0.0-browsers |
54 | 54 | environment: |
55 | 55 | BUNDLE_GEMFILE: Gemfile |
56 | 56 | BUNDLE_PATH: vendor/bundle |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | path: ./tmp/screenshots |
159 | 159 | lint: |
160 | 160 | docker: |
161 | | - - image: cimg/ruby:3.0-node |
| 161 | + - image: cimg/ruby:3.0.0-node |
162 | 162 | environment: |
163 | 163 | DISABLE_SPRING: 1 |
164 | 164 | BUNDLE_GEMFILE: Gemfile.tools |
@@ -198,7 +198,7 @@ jobs: |
198 | 198 |
|
199 | 199 | upgrade_tools: |
200 | 200 | docker: |
201 | | - - image: cimg/ruby:3.0-node |
| 201 | + - image: cimg/ruby:3.0.0-node |
202 | 202 | environment: |
203 | 203 | DISABLE_SPRING: 1 |
204 | 204 | BUNDLE_GEMFILE: Gemfile.tools |
|
0 commit comments