Skip to content

Commit 2bd90b7

Browse files
1 parent e25dda9 commit 2bd90b7

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem 'gds-api-adapters', '~> 57.4'
1717
gem 'govuk_ab_testing', '~> 2.4'
1818
gem 'govuk_app_config', '~> 1.13'
1919
gem 'govuk_frontend_toolkit', '~> 8.1.0'
20-
gem 'govuk_publishing_components', '~> 16.3.0'
20+
gem 'govuk_publishing_components', '~> 16.6.0'
2121
gem 'plek', '~> 2.1'
2222
gem 'slimmer', '~> 13.1'
2323

Gemfile.lock

+9-13
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ GEM
7878
archive-zip (~> 0.10)
7979
nokogiri (~> 1.8)
8080
coderay (1.1.2)
81-
commander (4.4.7)
82-
highline (~> 2.0.0)
8381
concurrent-ruby (1.1.5)
8482
crack (0.4.3)
8583
safe_yaml (~> 1.0.0)
@@ -104,17 +102,16 @@ GEM
104102
rest-client (~> 2.0)
105103
globalid (0.4.2)
106104
activesupport (>= 4.2.0)
107-
govspeak (5.9.0)
105+
govspeak (6.0.0)
108106
actionview (~> 5.0)
109107
addressable (>= 2.3.8, < 3)
110-
commander (~> 4.4)
111108
htmlentities (~> 4)
112109
i18n (~> 0.7)
113110
kramdown (~> 1.15.0)
114111
money (~> 6.7)
115112
nokogiri (~> 1.5)
116113
rinku (~> 2.0)
117-
sanitize (~> 4.6)
114+
sanitize (~> 5)
118115
govuk-lint (3.11.0)
119116
rubocop (~> 0.64)
120117
rubocop-rspec (~> 1.28)
@@ -129,7 +126,7 @@ GEM
129126
govuk_frontend_toolkit (8.1.0)
130127
railties (>= 3.1.0)
131128
sass (>= 3.2.0)
132-
govuk_publishing_components (16.3.0)
129+
govuk_publishing_components (16.6.0)
133130
govspeak (>= 5.0.3)
134131
govuk_app_config
135132
govuk_frontend_toolkit
@@ -140,7 +137,6 @@ GEM
140137
govuk_schemas (3.2.0)
141138
json-schema (~> 2.8.0)
142139
hashdiff (0.3.7)
143-
highline (2.0.1)
144140
htmlentities (4.3.4)
145141
http-cookie (1.0.3)
146142
domain_name (~> 0.5)
@@ -193,8 +189,8 @@ GEM
193189
nio4r (2.3.1)
194190
nokogiri (1.10.1)
195191
mini_portile2 (~> 2.4.0)
196-
nokogumbo (1.5.0)
197-
nokogiri
192+
nokogumbo (2.0.1)
193+
nokogiri (~> 1.8, >= 1.8.4)
198194
null_logger (0.0.1)
199195
oj (3.7.10)
200196
parallel (1.13.0)
@@ -280,10 +276,10 @@ GEM
280276
ruby-progressbar (1.10.0)
281277
rubyzip (1.2.2)
282278
safe_yaml (1.0.4)
283-
sanitize (4.6.6)
279+
sanitize (5.0.0)
284280
crass (~> 1.0.2)
285-
nokogiri (>= 1.4.4)
286-
nokogumbo (~> 1.4)
281+
nokogiri (>= 1.8.0)
282+
nokogumbo (~> 2.0)
287283
sass (3.7.3)
288284
sass-listen (~> 4.0.0)
289285
sass-listen (4.0.0)
@@ -370,7 +366,7 @@ DEPENDENCIES
370366
govuk_ab_testing (~> 2.4)
371367
govuk_app_config (~> 1.13)
372368
govuk_frontend_toolkit (~> 8.1.0)
373-
govuk_publishing_components (~> 16.3.0)
369+
govuk_publishing_components (~> 16.6.0)
374370
govuk_schemas (~> 3.2)
375371
htmlentities (~> 4.3)
376372
jasmine-rails

0 commit comments

Comments
 (0)