Skip to content

Commit 1b91212

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/lodash-4.17.23
2 parents 7b3ccc6 + 4ab6a8f commit 1b91212

Some content is hidden

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

45 files changed

+714
-386
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apk update \
3030

3131
FROM base AS prod
3232

33-
ARG PACKAGES='libpq-dev tzdata imagemagick yarn bash jpeg-dev'
33+
ARG PACKAGES='postgresql16-client libpq-dev tzdata imagemagick yarn bash jpeg-dev'
3434
COPY --from=build $RAILS_ROOT/vendor/bundle ./vendor/bundle
3535
COPY package.json yarn.lock ./
3636
RUN apk update \

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'clamby', '~> 1.6.10'
1515
gem 'cssbundling-rails', '>= 1.4.0'
1616
gem 'data_migrate', '>= 11.3.0'
1717
gem 'dotenv-rails', '>= 3.0.0'
18-
gem 'google-cloud-storage', '~> 1.44', require: false
18+
gem 'google-cloud-storage', '~> 1.45', '>= 1.45.0', require: false
1919
gem 'hcaptcha'
2020
gem 'i18n-language-mapping'
2121
gem 'image_processing', '~> 1.2'

Gemfile.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,24 @@ GEM
9090
aes_key_wrap (1.1.0)
9191
ast (2.4.3)
9292
attr_required (1.0.2)
93-
aws-eventstream (1.2.0)
94-
aws-partitions (1.708.0)
95-
aws-sdk-core (3.170.0)
96-
aws-eventstream (~> 1, >= 1.0.2)
97-
aws-partitions (~> 1, >= 1.651.0)
98-
aws-sigv4 (~> 1.5)
93+
aws-eventstream (1.4.0)
94+
aws-partitions (1.1196.0)
95+
aws-sdk-core (3.240.0)
96+
aws-eventstream (~> 1, >= 1.3.0)
97+
aws-partitions (~> 1, >= 1.992.0)
98+
aws-sigv4 (~> 1.9)
99+
base64
100+
bigdecimal
99101
jmespath (~> 1, >= 1.6.1)
100-
aws-sdk-kms (1.62.0)
101-
aws-sdk-core (~> 3, >= 3.165.0)
102-
aws-sigv4 (~> 1.1)
103-
aws-sdk-s3 (1.119.0)
104-
aws-sdk-core (~> 3, >= 3.165.0)
102+
logger
103+
aws-sdk-kms (1.118.0)
104+
aws-sdk-core (~> 3, >= 3.239.1)
105+
aws-sigv4 (~> 1.5)
106+
aws-sdk-s3 (1.208.0)
107+
aws-sdk-core (~> 3, >= 3.234.0)
105108
aws-sdk-kms (~> 1)
106-
aws-sigv4 (~> 1.4)
107-
aws-sigv4 (1.5.2)
109+
aws-sigv4 (~> 1.5)
110+
aws-sigv4 (1.12.1)
108111
aws-eventstream (~> 1, >= 1.0.2)
109112
base64 (0.3.0)
110113
bcrypt (3.1.18)
@@ -148,7 +151,7 @@ GEM
148151
reline (>= 0.3.8)
149152
declarative (0.0.20)
150153
diff-lcs (1.6.2)
151-
digest-crc (0.6.5)
154+
digest-crc (0.7.0)
152155
rake (>= 12.0.0, < 14.0.0)
153156
dotenv (3.2.0)
154157
dotenv-rails (3.2.0)
@@ -166,7 +169,7 @@ GEM
166169
railties (>= 6.1.0)
167170
faker (3.1.1)
168171
i18n (>= 1.8.11, < 2)
169-
faraday (2.14.0)
172+
faraday (2.14.1)
170173
faraday-net_http (>= 2.0, < 3.5)
171174
json
172175
logger
@@ -178,46 +181,47 @@ GEM
178181
ffi (1.17.2-x86_64-linux-gnu)
179182
globalid (1.3.0)
180183
activesupport (>= 6.1)
181-
google-apis-core (0.11.0)
182-
addressable (~> 2.5, >= 2.5.1)
183-
googleauth (>= 0.16.2, < 2.a)
184-
httpclient (>= 2.8.1, < 3.a)
185-
mini_mime (~> 1.0)
184+
google-apis-core (1.0.2)
185+
addressable (~> 2.8, >= 2.8.7)
186+
faraday (~> 2.13)
187+
faraday-follow_redirects (~> 0.3)
188+
googleauth (~> 1.14)
189+
mini_mime (~> 1.1)
186190
representable (~> 3.0)
187-
retriable (>= 2.0, < 4.a)
188-
rexml
189-
webrick
190-
google-apis-iamcredentials_v1 (0.17.0)
191-
google-apis-core (>= 0.11.0, < 2.a)
192-
google-apis-storage_v1 (0.19.0)
193-
google-apis-core (>= 0.9.0, < 2.a)
194-
google-cloud-core (1.6.0)
195-
google-cloud-env (~> 1.0)
191+
retriable (~> 3.1)
192+
google-apis-iamcredentials_v1 (0.26.0)
193+
google-apis-core (>= 0.15.0, < 2.a)
194+
google-apis-storage_v1 (0.60.0)
195+
google-apis-core (>= 0.15.0, < 2.a)
196+
google-cloud-core (1.8.0)
197+
google-cloud-env (>= 1.0, < 3.a)
196198
google-cloud-errors (~> 1.0)
197-
google-cloud-env (1.6.0)
198-
faraday (>= 0.17.3, < 3.0)
199-
google-cloud-errors (1.3.1)
200-
google-cloud-storage (1.44.0)
199+
google-cloud-env (2.3.1)
200+
base64 (~> 0.2)
201+
faraday (>= 1.0, < 3.a)
202+
google-cloud-errors (1.5.0)
203+
google-cloud-storage (1.58.0)
201204
addressable (~> 2.8)
202205
digest-crc (~> 0.4)
203-
google-apis-iamcredentials_v1 (~> 0.1)
204-
google-apis-storage_v1 (~> 0.19.0)
206+
google-apis-core (>= 0.18, < 2)
207+
google-apis-iamcredentials_v1 (~> 0.18)
208+
google-apis-storage_v1 (>= 0.42)
205209
google-cloud-core (~> 1.6)
206-
googleauth (>= 0.16.2, < 2.a)
210+
googleauth (~> 1.9)
207211
mini_mime (~> 1.0)
208-
googleauth (1.6.0)
209-
faraday (>= 0.17.3, < 3.a)
210-
jwt (>= 1.4, < 3.0)
211-
memoist (~> 0.16)
212+
google-logging-utils (0.2.0)
213+
googleauth (1.16.1)
214+
faraday (>= 1.0, < 3.a)
215+
google-cloud-env (~> 2.2)
216+
google-logging-utils (~> 0.1)
217+
jwt (>= 1.4, < 4.0)
212218
multi_json (~> 1.11)
213219
os (>= 0.9, < 2.0)
214220
signet (>= 0.16, < 2.a)
215221
hashdiff (1.1.2)
216222
hashie (5.0.0)
217223
hcaptcha (7.1.0)
218224
json
219-
httpclient (2.9.0)
220-
mutex_m
221225
i18n (1.14.7)
222226
concurrent-ruby (~> 1.0)
223227
i18n-language-mapping (0.1.3.1)
@@ -235,7 +239,7 @@ GEM
235239
jmespath (1.6.2)
236240
jsbundling-rails (1.3.1)
237241
railties (>= 6.0.0)
238-
json (2.17.0)
242+
json (2.18.1)
239243
json-jwt (1.17.0)
240244
activesupport (>= 4.2)
241245
aes_key_wrap
@@ -244,7 +248,8 @@ GEM
244248
faraday (~> 2.0)
245249
faraday-follow_redirects
246250
jsonapi-renderer (0.2.2)
247-
jwt (2.7.0)
251+
jwt (3.1.2)
252+
base64
248253
language_server-protocol (3.17.0.5)
249254
lint_roller (1.1.0)
250255
logger (1.7.0)
@@ -264,15 +269,13 @@ GEM
264269
net-smtp
265270
marcel (1.1.0)
266271
matrix (0.4.3)
267-
memoist (0.16.2)
268272
mini_magick (4.12.0)
269273
mini_mime (1.1.5)
270274
mini_portile2 (2.8.9)
271275
minitest (5.26.2)
272276
msgpack (1.6.0)
273-
multi_json (1.15.0)
274-
mutex_m (0.3.0)
275-
net-http (0.8.0)
277+
multi_json (1.19.1)
278+
net-http (0.9.1)
276279
uri (>= 0.11.1)
277280
net-imap (0.5.12)
278281
date
@@ -285,10 +288,10 @@ GEM
285288
net-protocol
286289
nio4r (2.7.5)
287290
nkf (0.2.0)
288-
nokogiri (1.18.10)
291+
nokogiri (1.19.1)
289292
mini_portile2 (~> 2.8.2)
290293
racc (~> 1.4)
291-
nokogiri (1.18.10-x86_64-linux-gnu)
294+
nokogiri (1.19.1-x86_64-linux-gnu)
292295
racc (~> 1.4)
293296
omniauth (2.1.4)
294297
hashie (>= 3.4.6)
@@ -328,11 +331,11 @@ GEM
328331
psych (5.2.6)
329332
date
330333
stringio
331-
public_suffix (7.0.0)
334+
public_suffix (7.0.2)
332335
puma (6.5.0)
333336
nio4r (~> 2.0)
334337
racc (1.8.1)
335-
rack (3.2.4)
338+
rack (3.2.5)
336339
rack-oauth2 (2.3.0)
337340
activesupport
338341
attr_required
@@ -459,10 +462,10 @@ GEM
459462
websocket (~> 1.0)
460463
shoulda-matchers (5.3.0)
461464
activesupport (>= 5.2.0)
462-
signet (0.17.0)
465+
signet (0.21.0)
463466
addressable (~> 2.8)
464467
faraday (>= 0.17.5, < 3.a)
465-
jwt (>= 1.5, < 3.0)
468+
jwt (>= 1.5, < 4.0)
466469
multi_json (~> 1.10)
467470
sprockets (4.2.2)
468471
concurrent-ruby (~> 1.0)
@@ -511,7 +514,6 @@ GEM
511514
addressable (>= 2.8.0)
512515
crack (>= 0.3.2)
513516
hashdiff (>= 0.4.0, < 2.0.0)
514-
webrick (1.8.2)
515517
websocket (1.2.9)
516518
websocket-driver (0.8.0)
517519
base64
@@ -543,7 +545,7 @@ DEPENDENCIES
543545
factory_bot (>= 6.4.1)
544546
factory_bot_rails (>= 6.4.4)
545547
faker
546-
google-cloud-storage (~> 1.44)
548+
google-cloud-storage (~> 1.45, >= 1.45.0)
547549
hcaptcha
548550
i18n-language-mapping
549551
image_processing (~> 1.2)

app/assets/locales/de.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,10 @@
284284
"terms": "Impressum",
285285
"privacy": "Datenschutzerklärung",
286286
"privacy_policy": "Datenschutzerklärung",
287+
"accessibility_statement": "Barrierefreiheitserklärung",
287288
"change_term_links": "Ändere den Link zum Impressum, der unten auf der Seite erscheint.",
288289
"change_privacy_link": "Ändere den Link zur Datenschutzerklärung, der unten auf der Seite erscheint.",
290+
"change_accessibility_statement_link": "Ändere den Link zur Barrierefreiheitserklärung, der unten auf der Seite erscheint.",
289291
"helpcenter": "Hilfeseite",
290292
"change_helpcenter_link": "Ändern Sie den Link zur Hilfeseite, der unter dem Profil-Dropdown erscheint",
291293
"maintenance": "Wartungshinweis",

app/assets/locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,10 @@
292292
"terms": "Terms & Conditions",
293293
"privacy": "Privacy Notice",
294294
"privacy_policy": "Privacy Notice",
295+
"accessibility_statement": "Accessibility Statement",
295296
"change_term_links": "Change the terms links that appears at the bottom of the page",
296297
"change_privacy_link": "Change the privacy link that appears at the bottom of the page",
298+
"change_accessibility_statement_link": "Change the accessibility statement link that appears at the bottom of the page",
297299
"helpcenter": "Help Center",
298300
"change_helpcenter_link": "Change the help center link that appears under the profile dropdown",
299301
"maintenance": "Maintenance Banner",

0 commit comments

Comments
 (0)