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"
This commit is contained in:
Jeff Epler 2022-12-29 14:22:29 -06:00
parent 32314d6c7f
commit ed2fd367d3
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -39,7 +39,7 @@ jobs:
python-version: 3.x
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: '3.1'
bundler-cache: true
- name: Install Dependencies
run: |