diff --git a/Gemfile b/Gemfile index cc468c287..2fb992b06 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ end group :test do gem 'bunny-mock', '~> 1.7' gem 'govuk_schemas', '~> 3.1.0' - gem 'govuk-content-schema-test-helpers', '~> 1.6.0' + gem 'govuk-content-schema-test-helpers', '~> 1.6.1' gem "rack-test", "~> 0.8.3" gem 'rspec' gem "simplecov", "~> 0.15.1" diff --git a/Gemfile.lock b/Gemfile.lock index 8ee33233b..ad2b6f6fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM plek (>= 1.9.0) rack-cache rest-client (~> 2.0) - govuk-content-schema-test-helpers (1.6.0) + govuk-content-schema-test-helpers (1.6.1) json-schema (~> 2.8.0) govuk-lint (3.7.0) rubocop (~> 0.51.0) @@ -242,7 +242,7 @@ DEPENDENCIES bunny-mock (~> 1.7) elasticsearch (~> 2) gds-api-adapters (~> 52.1) - govuk-content-schema-test-helpers (~> 1.6.0) + govuk-content-schema-test-helpers (~> 1.6.1) govuk-lint (~> 3.7.0) govuk_app_config (~> 1.4.0) govuk_document_types (~> 0.4.0)