Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump govuk_publishing_components from 46.4.0 to 47.0.0 #2487

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
capybara-select-2 (0.5.1)
chartkick (5.1.2)
childprocess (5.0.0)
chronic (0.10.2)
ci_reporter (2.0.0)
Expand All @@ -151,7 +150,7 @@ GEM
climate_control (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -257,8 +256,7 @@ GEM
govuk_personalisation (1.1.0)
plek (>= 1.9.0)
rails (>= 6, < 9)
govuk_publishing_components (46.4.0)
chartkick
govuk_publishing_components (47.0.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -392,7 +390,7 @@ GEM
mutex_m (0.3.0)
net-http (0.4.1)
uri
net-imap (0.5.4)
net-imap (0.5.5)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -459,7 +457,7 @@ GEM
opentelemetry-instrumentation-active_job (0.7.8)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-active_model_serializers (0.21.0)
opentelemetry-instrumentation-active_model_serializers (0.21.1)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-active_support (>= 0.7.0)
opentelemetry-instrumentation-base (~> 0.22.1)
Expand Down Expand Up @@ -551,7 +549,7 @@ GEM
opentelemetry-instrumentation-http_client (0.22.8)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-koala (0.20.5)
opentelemetry-instrumentation-koala (0.20.6)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-lmdb (0.22.3)
Expand All @@ -568,7 +566,7 @@ GEM
opentelemetry-instrumentation-net_http (0.22.8)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-pg (0.29.1)
opentelemetry-instrumentation-pg (0.29.2)
opentelemetry-api (~> 1.0)
opentelemetry-helpers-sql-obfuscation
opentelemetry-instrumentation-base (~> 0.22.1)
Expand All @@ -593,7 +591,7 @@ GEM
opentelemetry-instrumentation-rake (0.2.2)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-rdkafka (0.4.8)
opentelemetry-instrumentation-rdkafka (0.4.9)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-redis (0.25.7)
Expand Down Expand Up @@ -659,7 +657,8 @@ GEM
rack (>= 3.0.0, < 4)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
Expand Down Expand Up @@ -855,7 +854,8 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.1)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
whenever (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/editions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
}

.edit_edition__change_note {
@include govuk-responsive-padding(4, "top");
border-top: 1px solid $govuk-border-colour;
@include govuk-responsive-padding(4, "top");
}

.editions__admin__tab {
Expand Down
2 changes: 1 addition & 1 deletion test/integration/edition_edit_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class EditionEditTest < IntegrationTest
end

should "show 'Metadata' header and an update button" do
within :css, "h2.gem-c-heading" do
within :css, ".gem-c-heading h2" do
assert page.has_text?("Edit")
end
assert page.has_button?("Save")
Expand Down
Loading