Pin ruby image to 3.3.6

This commit is contained in:
valberg 2025-01-07 06:37:26 +00:00
parent 981d87a2a0
commit ed473576bc

View file

@ -3,7 +3,7 @@ name: default
steps: steps:
- name: build - name: build
image: ruby image: ruby:3.3.6
commands: commands:
- gem install bundler:2.2.22 - gem install bundler:2.2.22
- bundle install - bundle install