From 5928ae72f31002976a2647c1d2f398fc5a5217d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:48:18 +0000 Subject: [PATCH] Bump govuk-lint from 4.0.1 to 4.1.0 Bumps [govuk-lint](https://github.com/alphagov/govuk-lint) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/alphagov/govuk-lint/releases) - [Changelog](https://github.com/alphagov/govuk-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk-lint/compare/v4.0.1...v4.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index f7fc5448e..f4ed52b80 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ end group :development, :test do gem 'jasmine-rails', '~> 0.15.0' - gem 'govuk-lint', '~> 4.0' + gem 'govuk-lint', '~> 4.1' gem 'pry' end diff --git a/Gemfile.lock b/Gemfile.lock index cb7826b9d..6282d46da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,8 +94,8 @@ GEM activesupport (>= 4.2.0) govuk-content-schema-test-helpers (1.6.1) json-schema (~> 2.8.0) - govuk-lint (4.0.1) - rubocop (~> 0.72) + govuk-lint (4.1.0) + rubocop (~> 0.76) rubocop-rails (~> 2) rubocop-rspec (~> 1.28) scss_lint @@ -184,7 +184,7 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) null_logger (0.0.1) - parallel (1.17.0) + parallel (1.18.0) parser (2.6.5.0) ast (~> 2.4.0) phantomjs (2.1.1.0) @@ -229,7 +229,7 @@ GEM thor (>= 0.19.0, < 2.0) rainbow (3.0.0) raindrops (0.19.0) - rake (12.3.3) + rake (13.0.0) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -243,7 +243,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rouge (3.12.0) - rubocop (0.75.0) + rubocop (0.76.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -277,8 +277,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - scss_lint (0.58.0) - rake (>= 0.9, < 13) + scss_lint (0.59.0) sass (~> 3.5, >= 3.5.5) selenium-webdriver (3.142.6) childprocess (>= 0.5, < 4.0) @@ -339,7 +338,7 @@ DEPENDENCIES binding_of_caller gds-api-adapters (~> 60.1) govuk-content-schema-test-helpers (~> 1.6) - govuk-lint (~> 4.0) + govuk-lint (~> 4.1) govuk_app_config (~> 2.0.1) govuk_frontend_toolkit (~> 9.0.0) govuk_publishing_components (~> 21.7.0)