From d34a14771c8e731bf6ffe03e2db3c70722b43a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:18:00 +0000 Subject: [PATCH] Bump scss_lint from 0.59.0 to 0.60.0 Bumps [scss_lint](https://github.com/sds/scss-lint) from 0.59.0 to 0.60.0. - [Release notes](https://github.com/sds/scss-lint/releases) - [Changelog](https://github.com/sds/scss-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/sds/scss-lint/compare/v0.59.0...v0.60.0) --- updated-dependencies: - dependency-name: scss_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b63476b3d..608f62287 100644 --- a/Gemfile +++ b/Gemfile @@ -111,7 +111,7 @@ group :development do gem "rubocop-rails", "~> 2.15.2", require: false gem "rubocop-rspec", "~> 2.4.0", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false - gem "scss_lint", "~> 0.59.0", require: false + gem "scss_lint", "~> 0.60.0", require: false gem "web-console", "~> 4.2.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 36fe26324..04247cc65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,7 +232,7 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - ffi (1.15.4) + ffi (1.15.5) file_validators (3.0.0) activemodel (>= 3.2) mime-types (>= 1.0) @@ -483,7 +483,7 @@ GEM thor (>= 0.20.3, < 2.0) rainbow (3.1.1) rake (13.0.6) - rb-fsevent (0.10.4) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rbtree3 (0.7.0) @@ -578,7 +578,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - scss_lint (0.59.0) + scss_lint (0.60.0) sass (~> 3.5, >= 3.5.5) selenium-webdriver (4.11.0) rexml (~> 3.2, >= 3.2.5) @@ -753,7 +753,7 @@ DEPENDENCIES rvm1-capistrano3 (~> 1.4.0) sassc-rails (~> 2.1.2) savon (~> 2.13.0) - scss_lint (~> 0.59.0) + scss_lint (~> 0.60.0) selenium-webdriver (~> 4.11.0) simplecov (~> 0.21.2) simplecov-lcov (~> 0.8.0)