Skip to content

Commit 541430d

Browse files
1 parent 8bfbaf7 commit 541430d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem 'gds-api-adapters', '~> 54.1'
1717
gem 'govuk_ab_testing', '~> 2.4'
1818
gem 'govuk_app_config', '~> 1.10'
1919
gem 'govuk_frontend_toolkit', '~> 8.1.0'
20-
gem 'govuk_publishing_components', '~> 12.6.0'
20+
gem 'govuk_publishing_components', '~> 12.7.1'
2121
gem 'plek', '~> 2.1'
2222
gem 'slimmer', '~> 13.0'
2323

Gemfile.lock

+9-7
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,16 @@ GEM
104104
rest-client (~> 2.0)
105105
globalid (0.4.1)
106106
activesupport (>= 4.2.0)
107-
govspeak (5.6.0)
108-
actionview (>= 4.1, < 6)
107+
govspeak (5.7.1)
108+
actionview (~> 5.0)
109109
addressable (>= 2.3.8, < 3)
110110
commander (~> 4.4)
111111
htmlentities (~> 4)
112112
i18n (~> 0.7)
113113
kramdown (~> 1.15.0)
114114
money (~> 6.7)
115115
nokogiri (~> 1.5)
116+
rinku (~> 2.0)
116117
sanitize (~> 4.6)
117118
govuk-lint (3.9.0)
118119
rubocop (~> 0.58)
@@ -128,7 +129,7 @@ GEM
128129
govuk_frontend_toolkit (8.1.0)
129130
railties (>= 3.1.0)
130131
sass (>= 3.2.0)
131-
govuk_publishing_components (12.6.0)
132+
govuk_publishing_components (12.7.1)
132133
govspeak (>= 5.0.3)
133134
govuk_app_config
134135
govuk_frontend_toolkit
@@ -174,7 +175,7 @@ GEM
174175
marcel (0.3.3)
175176
mimemagic (~> 0.3.2)
176177
metaclass (0.0.4)
177-
method_source (0.9.1)
178+
method_source (0.9.2)
178179
mime-types (3.2.2)
179180
mime-types-data (~> 3.2015)
180181
mime-types-data (3.2018.0812)
@@ -195,7 +196,7 @@ GEM
195196
nokogumbo (1.5.0)
196197
nokogiri
197198
null_logger (0.0.1)
198-
oj (3.7.0)
199+
oj (3.7.1)
199200
parallel (1.12.1)
200201
parser (2.5.1.2)
201202
ast (~> 2.4.0)
@@ -263,6 +264,7 @@ GEM
263264
http-cookie (>= 1.0.2, < 2.0)
264265
mime-types (>= 1.16, < 4.0)
265266
netrc (~> 0.8)
267+
rinku (2.0.4)
266268
robotex (1.0.0)
267269
rouge (3.3.0)
268270
rubocop (0.58.2)
@@ -317,7 +319,7 @@ GEM
317319
activesupport (>= 4.0)
318320
sprockets (>= 3.0.0)
319321
statsd-ruby (1.4.0)
320-
thor (0.20.0)
322+
thor (0.20.3)
321323
thread_safe (0.3.6)
322324
tilt (2.0.8)
323325
tzinfo (1.2.5)
@@ -368,7 +370,7 @@ DEPENDENCIES
368370
govuk_ab_testing (~> 2.4)
369371
govuk_app_config (~> 1.10)
370372
govuk_frontend_toolkit (~> 8.1.0)
371-
govuk_publishing_components (~> 12.6.0)
373+
govuk_publishing_components (~> 12.7.1)
372374
govuk_schemas (~> 3.2)
373375
htmlentities (~> 4.3)
374376
jasmine-rails

0 commit comments

Comments
 (0)