Commit 5e08bb7 1 parent f7b7de5 commit 5e08bb7 Copy full SHA for 5e08bb7
File tree 2 files changed +14
-16
lines changed
2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 75
75
if ENV [ 'GOVSPEAK_DEV' ]
76
76
gem 'govspeak' , path : '../govspeak'
77
77
else
78
- # 5.5.0 only because sanitize 4.6.4 is stricter on govspeak, which makes attachments invalid
79
- # See https://trello.com/c/90AjvFzy/77-whitehall-isnt-able-to-use-latest-govspeak-version
80
- gem 'govspeak' , '~> 5.5.0'
78
+ gem 'govspeak' , '~> 6.3'
81
79
end
82
80
83
81
if ENV [ 'FRONTEND_TOOLKIT_DEV' ]
Original file line number Diff line number Diff line change 99
99
coffee-script-source
100
100
execjs
101
101
coffee-script-source (1.12.2 )
102
- commander (4.4.7 )
103
- highline (~> 2.0.0 )
104
102
concurrent-ruby (1.1.5 )
105
103
connection_pool (2.2.2 )
106
104
crack (0.4.3 )
@@ -173,16 +171,17 @@ GEM
173
171
activemodel (>= 4.2 , < 6.1 )
174
172
activerecord (>= 4.2 , < 6.1 )
175
173
request_store (~> 1.0 )
176
- govspeak (5.5 .0 )
177
- actionview (>= 4.1 , < 6 )
174
+ govspeak (6.3 .0 )
175
+ actionview (~> 5.0 )
178
176
addressable (>= 2.3.8 , < 3 )
179
- commander ( ~> 4.4 )
177
+ govuk_publishing_components ( >= 16.16 )
180
178
htmlentities (~> 4 )
181
179
i18n (~> 0.7 )
182
180
kramdown (~> 1.15.0 )
183
- money (~> 6.7 )
184
181
nokogiri (~> 1.5 )
185
- sanitize (~> 2.1.0 )
182
+ nokogumbo (~> 2 )
183
+ rinku (~> 2.0 )
184
+ sanitize (~> 5 )
186
185
govuk-content-schema-test-helpers (1.6.1 )
187
186
json-schema (~> 2.8.0 )
188
187
govuk-lint (3.11.2 )
232
231
hashdiff (0.4.0 )
233
232
hashery (2.1.2 )
234
233
hashie (3.6.0 )
235
- highline (2.0.2 )
236
234
htmlentities (4.3.4 )
237
235
http-cookie (1.0.3 )
238
236
domain_name (~> 0.5 )
308
306
redis
309
307
mocha (1.9.0 )
310
308
metaclass (~> 0.0.1 )
311
- money (6.13.3 )
312
- i18n (>= 0.6.4 , <= 2 )
313
309
msgpack (1.2.10 )
314
310
multi_json (1.13.1 )
315
311
multi_test (0.1.2 )
324
320
nio4r (2.4.0 )
325
321
nokogiri (1.10.3 )
326
322
mini_portile2 (~> 2.4.0 )
323
+ nokogumbo (2.0.1 )
324
+ nokogiri (~> 1.8 , >= 1.8.4 )
327
325
ntlm-http (0.1.1 )
328
326
null_logger (0.0.1 )
329
327
oauth2 (1.4.1 )
446
444
rufus-scheduler (3.5.0 )
447
445
fugit (~> 1.1 , >= 1.1.1 )
448
446
safe_yaml (1.0.5 )
449
- sanitize (2.1.1 )
450
- nokogiri (>= 1.4.4 )
447
+ sanitize (5.0.0 )
448
+ crass (~> 1.0.2 )
449
+ nokogiri (>= 1.8.0 )
450
+ nokogumbo (~> 2.0 )
451
451
sass (3.7.4 )
452
452
sass-listen (~> 4.0.0 )
453
453
sass-listen (4.0.0 )
@@ -590,7 +590,7 @@ DEPENDENCIES
590
590
gds-api-adapters
591
591
gds-sso (~> 14.1 )
592
592
globalize (~> 5 )
593
- govspeak (~> 5.5.0 )
593
+ govspeak (~> 6.3 )
594
594
govuk-content-schema-test-helpers
595
595
govuk-lint (~> 3 )
596
596
govuk_ab_testing (~> 2.4x )
You can’t perform that action at this time.
0 commit comments