Skip to content

Commit

Permalink
Update publishing components gem to 54.0.1
Browse files Browse the repository at this point in the history
- This version has the custom_css_exclude_list feature (alphagov/govuk_publishing_components#4656)
  needed for the bundle css to work without individually loading
  stylesheets for the bundled components.
  • Loading branch information
KludgeKML committed Mar 6, 2025
1 parent b3af338 commit 131b801
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,23 @@ GEM
rest-client (~> 2.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.29.3)
google-protobuf (4.30.0)
bigdecimal
rake (>= 13)
google-protobuf (4.29.3-aarch64-linux)
google-protobuf (4.30.0-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.29.3-arm64-darwin)
google-protobuf (4.30.0-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.3-x86_64-linux)
google-protobuf (4.30.0-x86_64-linux)
bigdecimal
rake (>= 13)
googleapis-common-protos-types (1.18.0)
google-protobuf (>= 3.18, < 5.a)
govuk_app_config (9.16.3)
govuk_app_config (9.16.4)
logstasher (~> 2.1)
opentelemetry-exporter-otlp (>= 0.25, < 0.30)
opentelemetry-exporter-otlp (>= 0.25, < 0.31)
opentelemetry-instrumentation-all (>= 0.39.1, < 0.75.0)
opentelemetry-sdk (~> 1.2)
plek (>= 4, < 6)
Expand All @@ -151,7 +151,7 @@ GEM
govuk_personalisation (1.1.0)
plek (>= 1.9.0)
rails (>= 6, < 9)
govuk_publishing_components (52.1.0)
govuk_publishing_components (54.0.1)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -234,9 +234,9 @@ GEM
racc (~> 1.4)
null_logger (0.0.1)
opentelemetry-api (1.4.0)
opentelemetry-common (0.21.0)
opentelemetry-common (0.22.0)
opentelemetry-api (~> 1.0)
opentelemetry-exporter-otlp (0.29.1)
opentelemetry-exporter-otlp (0.30.0)
google-protobuf (>= 3.18)
googleapis-common-protos-types (~> 1.3)
opentelemetry-api (~> 1.1)
Expand Down Expand Up @@ -431,21 +431,21 @@ GEM
opentelemetry-helpers-sql-obfuscation
opentelemetry-instrumentation-base (~> 0.23.0)
opentelemetry-semantic_conventions (>= 1.8.0)
opentelemetry-registry (0.3.1)
opentelemetry-registry (0.4.0)
opentelemetry-api (~> 1.1)
opentelemetry-sdk (1.7.0)
opentelemetry-sdk (1.8.0)
opentelemetry-api (~> 1.1)
opentelemetry-common (~> 0.20)
opentelemetry-registry (~> 0.2)
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.10.1)
opentelemetry-semantic_conventions (1.11.0)
opentelemetry-api (~> 1.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
plek (5.2.0)
plek (5.2.1)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
Expand All @@ -464,7 +464,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.10)
rack (3.1.11)
rack-proxy (0.7.7)
rack
rack-session (2.1.0)
Expand Down Expand Up @@ -623,7 +623,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
uri (1.0.3)
useragent (0.16.11)
webmock (3.25.0)
addressable (>= 2.8.0)
Expand Down

0 comments on commit 131b801

Please sign in to comment.