From 19441e875ef00cb6022adb6a71c7ccbf480be288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 19:33:28 +0000 Subject: [PATCH] Update slim_lint requirement from ~> 0.22.0 to ~> 0.24.0 Updates the requirements on [slim_lint](https://github.com/sds/slim-lint) to permit the latest version. - [Release notes](https://github.com/sds/slim-lint/releases) - [Changelog](https://github.com/sds/slim-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/sds/slim-lint/compare/v0.22.0...v0.24.0) --- updated-dependencies: - dependency-name: slim_lint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- govuk-components.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/govuk-components.gemspec b/govuk-components.gemspec index dcad5672..3c6dfa32 100644 --- a/govuk-components.gemspec +++ b/govuk-components.gemspec @@ -44,6 +44,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency("sass") spec.add_development_dependency("sassc", "~> 2.4.0") spec.add_development_dependency("slim", "~> 4.1.0") - spec.add_development_dependency("slim_lint", "~> 0.22.0") + spec.add_development_dependency("slim_lint", "~> 0.24.0") spec.add_development_dependency("webrick", "~> 1.8.1") end