Skip to content

Commit 18e00a7

Browse files
committed
Ruby 3.4 enabling work
Bump ndr_dev_support to 7.3.5 Bump ndr_import to 11.4.1 Bump ndr_support to 5.10.5
1 parent 72568b2 commit 18e00a7

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ GEM
273273
net-ldap
274274
rails (>= 7.1, < 8.1)
275275
yubikey
276-
ndr_dev_support (7.3.4)
276+
ndr_dev_support (7.3.5)
277277
activesupport (>= 6.1, < 8.1)
278278
brakeman (>= 4.7.1)
279279
bundler-audit
@@ -305,9 +305,9 @@ GEM
305305
net-smtp
306306
rails (>= 6.1, < 8.1)
307307
will_paginate
308-
ndr_import (11.2.1)
308+
ndr_import (11.4.1)
309309
activemodel
310-
activesupport (>= 6.1, < 8.1)
310+
activesupport (>= 7.1, < 8.1)
311311
avro (~> 1.11.0)
312312
bio-vcf (~> 0.9.5)
313313
csv
@@ -324,9 +324,9 @@ GEM
324324
spreadsheet (= 1.2.6)
325325
ndr_pseudonymise (0.4.2)
326326
activesupport
327-
ndr_support (5.10.4)
328-
activerecord (>= 7.0, < 8.1)
329-
activesupport (>= 7.0, < 8.1)
327+
ndr_support (5.10.5)
328+
activerecord (>= 7.1, < 8.1)
329+
activesupport (>= 7.1, < 8.1)
330330
ndr_ui (4.1.3)
331331
bootstrap-sass (~> 3.4.1)
332332
jquery-rails (~> 4.6)

app/mailers/concerns/workflow/mail.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def render_default_template(format)
9090

9191
def transition_email(**options, &block)
9292
# For translation lookup purposes. If not already set, infer from the calling method.
93-
@i18n_prefix ||= caller_locations.first.label
93+
@i18n_prefix ||= caller_locations.first.base_label
9494

9595
subject = t(
9696
:subject,
-56.5 KB
Binary file not shown.
57 KB
Binary file not shown.

vendor/cache/ndr_import-11.2.1.gem

-40.5 KB
Binary file not shown.

vendor/cache/ndr_import-11.4.1.gem

42 KB
Binary file not shown.
-59.5 KB
Binary file not shown.
36 KB
Binary file not shown.

0 commit comments

Comments
 (0)