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' java-version: '17'
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.4' ruby-version: '3.3'
bundler-cache: true bundler-cache: true
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
@@ -41,7 +41,6 @@ jobs:
- name: Download bundle dependencies - name: Download bundle dependencies
run: | run: |
gem install bundler gem install bundler
gem install abbrev
bundle config path vendor/bundle bundle config path vendor/bundle
bundle install bundle install
- name: Build container proxy - name: Build container proxy