Skip to content

Commit bb0f08d

Browse files
committed
Merge commit '1935f4db79cc6b33ab4f4ef9cd3cf198df320343' into kb_development
2 parents d817067 + 1935f4d commit bb0f08d

685 files changed

Lines changed: 11558 additions & 5509 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/3.troubleshooting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ body:
6161
value: |
6262
Please at least include those informations:
6363
- Operating system: (eg. Ubuntu 24.04.2)
64-
- Ruby version: (from `ruby --version`, eg. v3.4.4)
64+
- Ruby version: (from `ruby --version`, eg. v3.4.9)
6565
- Node.js version: (from `node --version`, eg. v22.16.0)
6666
validations:
6767
required: false

.github/actions/setup-ruby/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
sudo apt-get install -y libicu-dev libidn11-dev libvips42 ${{ inputs.additional-system-dependencies }}
1818
1919
- name: Set up Ruby
20-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
20+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1
2121
with:
2222
ruby-version: ${{ inputs.ruby-version }}
2323
bundler-cache: true

.github/workflows/bundler-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
- name: Set up Ruby
37-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
37+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1
3838
with:
3939
bundler-cache: true
4040

.github/workflows/lint-haml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040

4141
- name: Set up Ruby
42-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
42+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1
4343
with:
4444
bundler-cache: true
4545

.github/workflows/lint-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4242

4343
- name: Set up Ruby
44-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
44+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1
4545
with:
4646
bundler-cache: true
4747

.rubocop/rspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RSpec/MultipleMemoizedHelpers:
1010
Max: 20 # Overrides default of 5
1111
Exclude:
1212
- 'spec/services/delete_account_service_spec.rb'
13+
- 'spec/services/activitypub/process_status_update_service_spec.rb'
1314

1415
RSpec/NamedSubject:
1516
EnforcedStyle: named_only

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.8
1+
3.4.9

.storybook/vitest.setup.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 1151 deletions
Large diffs are not rendered by default.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG BASE_REGISTRY="docker.io"
1313

1414
# Ruby image to use for base image, change with [--build-arg RUBY_VERSION="3.4.x"]
1515
# renovate: datasource=docker depName=docker.io/ruby
16-
ARG RUBY_VERSION="3.4.8"
16+
ARG RUBY_VERSION="3.4.9"
1717
# # Node.js version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="22"]
1818
# renovate: datasource=node-version depName=node
1919
ARG NODE_MAJOR_VERSION="24"
@@ -181,7 +181,7 @@ FROM build AS libvips
181181

182182
# libvips version to compile, change with [--build-arg VIPS_VERSION="8.15.2"]
183183
# renovate: datasource=github-releases depName=libvips packageName=libvips/libvips
184-
ARG VIPS_VERSION=8.18.0
184+
ARG VIPS_VERSION=8.18.1
185185
# libvips download URL, change with [--build-arg VIPS_URL="https://github.com/libvips/libvips/releases/download"]
186186
ARG VIPS_URL=https://github.com/libvips/libvips/releases/download
187187

0 commit comments

Comments
 (0)