Skip to content

Commit de07b90

Browse files
1 parent 08d1b6d commit de07b90

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'uglifier', '>= 1.3.0'
1515

1616
gem 'gds-api-adapters', '~> 59.5'
1717
gem 'govuk_ab_testing', '~> 2.4'
18-
gem 'govuk_app_config', '~> 1.18'
18+
gem 'govuk_app_config', '~> 1.20'
1919
gem 'govuk_frontend_toolkit', '~> 8.2.0'
2020
gem 'govuk_publishing_components', '~> 17.13.0'
2121
gem 'plek', '~> 3.0'

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ GEM
109109
rubocop-rspec (~> 1.28)
110110
scss_lint
111111
govuk_ab_testing (2.4.1)
112-
govuk_app_config (1.19.0)
112+
govuk_app_config (1.20.0)
113113
aws-xray-sdk (~> 0.10.0)
114-
logstasher (~> 1.2.2)
115-
sentry-raven (~> 2.7.1)
114+
logstasher (>= 1.2.2, < 1.4.0)
115+
sentry-raven (>= 2.7.1, < 2.10.0)
116116
statsd-ruby (~> 1.4.0)
117-
unicorn (~> 5.4.0)
117+
unicorn (>= 5.4, < 5.6)
118118
govuk_frontend_toolkit (8.2.0)
119119
railties (>= 3.1.0)
120120
sass (>= 3.2.0)
@@ -158,7 +158,7 @@ GEM
158158
link_header (0.0.8)
159159
log4r (1.1.10)
160160
logstash-event (1.2.02)
161-
logstasher (1.2.2)
161+
logstasher (1.3.0)
162162
activesupport (>= 4.0)
163163
logstash-event (~> 1.2.0)
164164
request_store
@@ -303,7 +303,7 @@ GEM
303303
selenium-webdriver (3.142.3)
304304
childprocess (>= 0.5, < 2.0)
305305
rubyzip (~> 1.2, >= 1.2.2)
306-
sentry-raven (2.7.4)
306+
sentry-raven (2.9.0)
307307
faraday (>= 0.7.6, < 1.0)
308308
slimmer (13.1.0)
309309
activesupport
@@ -332,7 +332,7 @@ GEM
332332
unf_ext
333333
unf_ext (0.0.7.6)
334334
unicode-display_width (1.6.0)
335-
unicorn (5.4.1)
335+
unicorn (5.5.1)
336336
kgio (~> 2.6)
337337
raindrops (~> 0.7)
338338
webdrivers (4.0.1)
@@ -373,7 +373,7 @@ DEPENDENCIES
373373
gds-api-adapters (~> 59.5)
374374
govuk-lint
375375
govuk_ab_testing (~> 2.4)
376-
govuk_app_config (~> 1.18)
376+
govuk_app_config (~> 1.20)
377377
govuk_frontend_toolkit (~> 8.2.0)
378378
govuk_publishing_components (~> 17.13.0)
379379
govuk_schemas (~> 3.3)

0 commit comments

Comments
 (0)