Skip to content

Commit 3e37fa5

Browse files
authored
upgrade image magick (#8568)
1 parent fb169d2 commit 3e37fa5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.simplecov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if ENV.fetch("COVERAGE", 0).to_i.positive?
6767
# However (possibly due to some residual random behaviour in test factories)
6868
# the line coverage needs to be set 0.02 below the reported value.
6969
# Nornmally this value needs to be 0.01 below the reported value due to rounding issues.
70-
minimum_coverage line: 97.44, branch: 86.88
70+
minimum_coverage line: 97.43, branch: 87.23
7171
# Values from test run Fri 13th February 2026
7272
# 97.46% (12553 / 12880) -> 327 lines uncovered
7373
# 87.18% (2808 / 3221) -> 192 + 221 = 411 branches uncovered

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# the hardcoded versions below when they have been updated in the alpine ruby image.
55
# To find the current version of each package in the alpine image, search here:
66
# https://pkgs.alpinelinux.org/packages?name=&branch=v3.23
7-
ARG PROD_PACKAGES="imagemagick libpng libjpeg libxml2 libxslt libpq tzdata shared-mime-info postgresql18 vips-poppler vips-magick proj-dev"
7+
ARG PROD_PACKAGES="imagemagick=7.1.2.15-r0 libpng libjpeg libxml2 libxslt libpq tzdata shared-mime-info postgresql18 vips-poppler vips-magick proj-dev"
88

99
FROM ruby:3.4.8-alpine3.23 AS builder
1010

spec/system/publishers/publishers_can_send_messages_to_applicants_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202

203203
visit messages_organisation_job_job_application_path(vacancy.id, job_application.id)
204204

205+
find(".tabs-component")
205206
find_by_id("messages-list")
206207
find("footer")
207208
end

0 commit comments

Comments
 (0)