diff --git a/Gemfile b/Gemfile index f0681bce0..ecb2203d4 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ end group :development, :test do gem 'jasmine-rails', '~> 0.15.0' - gem 'govuk-lint', '~> 4.2' + gem 'govuk-lint', '~> 4.3' gem 'pry' end diff --git a/Gemfile.lock b/Gemfile.lock index 8616a9f4d..deb6527cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM activesupport (>= 4.2.0) govuk-content-schema-test-helpers (1.6.1) json-schema (~> 2.8.0) - govuk-lint (4.2.0) + govuk-lint (4.3.0) rubocop (~> 0.76) rubocop-rails (~> 2) rubocop-rspec (~> 1.28) @@ -338,7 +338,7 @@ DEPENDENCIES binding_of_caller gds-api-adapters (~> 61.0) govuk-content-schema-test-helpers (~> 1.6) - govuk-lint (~> 4.2) + govuk-lint (~> 4.3) govuk_app_config (~> 2.0.1) govuk_frontend_toolkit (~> 9.0.0) govuk_publishing_components (~> 21.10.0)