Downgrade to Ruby 3.3.4

This commit is contained in:
Eugene Burmakin
2024-09-05 21:38:46 +02:00
parent b2823a987b
commit a8563a12fe
5 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.5'
ruby-version: '3.3.4'
bundler-cache: true
- name: Set up Node.js