Skip to content

Commit ed2fd36

Browse files
committed
Pin ruby at 3.1.
.. it looks like the non-string value `3.0` was probably being interpreted as `3` aka `3.x`? Previously it looks like we built with 'ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x86_64-linux]' so I chose to pin at "3.1"
1 parent 32314d6 commit ed2fd36

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)