downgrade ruby

This commit is contained in:
Fabian Freund
2025-06-15 19:00:41 +02:00
parent f74a7a96d4
commit 76d072cd99
+1 -2
View File
@@ -33,7 +33,7 @@ jobs:
java-version: '17'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
ruby-version: '3.3'
bundler-cache: true
- uses: actions/setup-node@v4
with:
@@ -41,7 +41,6 @@ jobs:
- name: Download bundle dependencies
run: |
gem install bundler
gem install abbrev
bundle config path vendor/bundle
bundle install
- name: Build container proxy