Skip to content

Commit 72d7790

Browse files
authored
Merge pull request #650 from alphagov/dependabot/bundler/govuk_app_config-9.17.2
2 parents ca367d1 + d3b0b13 commit 72d7790

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org/"
33
gem "activerecord", "8.0.2" # Ideally version should be synced with Transition
44
gem "bootsnap", require: false
55
gem "erubis", "2.7.0"
6-
gem "govuk_app_config", "~> 9.17.1"
6+
gem "govuk_app_config", "~> 9.17.2"
77
gem "nokogiri", "1.18.8"
88
gem "optic14n", "4.0.0" # Ideally version should be synced with Transition
99
gem "pg"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ GEM
6969
google-protobuf (4.30.2-x86_64-darwin)
7070
bigdecimal
7171
rake (>= 13)
72-
googleapis-common-protos-types (1.19.0)
72+
googleapis-common-protos-types (1.20.0)
7373
google-protobuf (>= 3.18, < 5.a)
74-
govuk_app_config (9.17.1)
74+
govuk_app_config (9.17.2)
7575
logstasher (~> 2.1)
7676
opentelemetry-exporter-otlp (>= 0.25, < 0.31)
7777
opentelemetry-instrumentation-all (>= 0.39.1, < 0.76.0)
@@ -218,7 +218,7 @@ GEM
218218
opentelemetry-instrumentation-concurrent_ruby (0.22.0)
219219
opentelemetry-api (~> 1.0)
220220
opentelemetry-instrumentation-base (~> 0.23.0)
221-
opentelemetry-instrumentation-dalli (0.27.1)
221+
opentelemetry-instrumentation-dalli (0.27.2)
222222
opentelemetry-api (~> 1.0)
223223
opentelemetry-instrumentation-base (~> 0.23.0)
224224
opentelemetry-instrumentation-delayed_job (0.23.0)
@@ -353,7 +353,7 @@ GEM
353353
pry (0.15.2)
354354
coderay (~> 1.1)
355355
method_source (~> 1.0)
356-
psych (5.2.3)
356+
psych (5.2.4)
357357
date
358358
stringio
359359
public_suffix (6.0.1)
@@ -363,7 +363,7 @@ GEM
363363
rack (3.1.13)
364364
rack-proxy (0.7.7)
365365
rack
366-
rack-session (2.1.0)
366+
rack-session (2.1.1)
367367
base64 (>= 0.1.0)
368368
rack (>= 3.0.0)
369369
rack-test (2.2.0)
@@ -489,7 +489,7 @@ DEPENDENCIES
489489
bootsnap
490490
database_cleaner (= 2.1.0)
491491
erubis (= 2.7.0)
492-
govuk_app_config (~> 9.17.1)
492+
govuk_app_config (~> 9.17.2)
493493
mr-sparkle (= 0.3.0)
494494
nokogiri (= 1.18.8)
495495
optic14n (= 4.0.0)

0 commit comments

Comments
 (0)