From a550ea17e066f74ff41f7dd73b8f84b9e3c2739c Mon Sep 17 00:00:00 2001 From: Vanita Barrett Date: Mon, 22 Jul 2019 09:58:17 +0000 Subject: [PATCH] Version 17.18.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 18 +++++++++--------- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa5bde7fd..8815c3b078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 17.18.0 * Replace accessible media player with Youtube player (PR #908) * Prevent the cookie banner component from rendering when in an iframe (PR #995) diff --git a/Gemfile.lock b/Gemfile.lock index fd69c2a13b..2425145a48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (17.17.0) + govuk_publishing_components (17.18.0) gds-api-adapters govuk_app_config govuk_frontend_toolkit @@ -102,12 +102,12 @@ GEM rubocop (~> 0.64) rubocop-rspec (~> 1.28) scss_lint - govuk_app_config (1.19.0) + govuk_app_config (1.20.1) aws-xray-sdk (~> 0.10.0) - logstasher (~> 1.2.2) - sentry-raven (~> 2.7.1) + logstasher (>= 1.2.2, < 1.4.0) + sentry-raven (>= 2.7.1, < 2.10.0) statsd-ruby (~> 1.4.0) - unicorn (~> 5.4.0) + unicorn (>= 5.4, < 5.6) govuk_frontend_toolkit (8.2.0) railties (>= 3.1.0) sass (>= 3.2.0) @@ -136,7 +136,7 @@ GEM kramdown (2.1.0) link_header (0.0.8) logstash-event (1.2.02) - logstasher (1.2.2) + logstasher (1.3.0) activesupport (>= 4.0) logstash-event (~> 1.2.0) request_store @@ -161,7 +161,7 @@ GEM nokogiri (1.10.3) mini_portile2 (~> 2.4.0) null_logger (0.0.1) - oj (3.7.12) + oj (3.8.0) parallel (1.17.0) parser (2.6.3.0) ast (~> 2.4.0) @@ -268,7 +268,7 @@ GEM selenium-webdriver (3.142.3) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) - sentry-raven (2.7.4) + sentry-raven (2.9.0) faraday (>= 0.7.6, < 1.0) sprockets (3.7.2) concurrent-ruby (~> 1.0) @@ -289,7 +289,7 @@ GEM unf_ext unf_ext (0.0.7.6) unicode-display_width (1.6.0) - unicorn (5.4.1) + unicorn (5.5.1) kgio (~> 2.6) raindrops (~> 0.7) webdrivers (4.1.0) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 34a0439397..80d1ec9186 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '17.17.0'.freeze + VERSION = '17.18.0'.freeze end