Switch from Yarn to Bun; use Ruby 3.3.12 #241

Merged
raucao merged 3 commits from dev/yarn_to_bun into master 2026-08-10 00:50:19 +00:00
4 changed files with 6 additions and 6 deletions
Showing only changes of commit 31341fb4ce - Show all commits
+3 -3
View File
@@ -9,7 +9,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
container: gitea.kosmos.org/kosmos/akkounts-ci:0.9.1
container: gitea.kosmos.org/kosmos/akkounts-ci:0.11.0
services:
redis:
image: redis
@@ -29,9 +29,9 @@ jobs:
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-ruby-3.3.0-${{ hashFiles('Gemfile.lock') }}
key: ${{ runner.os }}-ruby-3.3.12-${{ hashFiles('Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-ruby-3.3.0-
${{ runner.os }}-ruby-3.3.12-
- name: Install Ruby dependencies
run: |
+1 -1
View File
@@ -1 +1 @@
3.3.0
3.3.12
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:3.3.4
FROM ruby:3.3.12
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:3.3.0
FROM ruby:3.3.12
SHELL ["/bin/bash", "-o", "pipefail", "-c"]