Skip to content

Commit caa753c

Browse files
authored
Merge pull request #1122 from jepler/use-ruby-31x
Pin ruby at 3.1.
2 parents 32314d6 + ed2fd36 commit caa753c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: 3.x
4040
- uses: ruby/setup-ruby@v1
4141
with:
42-
ruby-version: 3.0
42+
ruby-version: '3.1'
4343
bundler-cache: true
4444
- name: Install Dependencies
4545
run: |

0 commit comments

Comments
 (0)