From 6433e36c313f5a5ee4e8f8221fbff4d2e39f9c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Sep 2018 05:41:27 +0000 Subject: [PATCH] Bump scss_lint from 0.54.0 to 0.55.0 Bumps [scss_lint](https://github.com/brigade/scss-lint) from 0.54.0 to 0.55.0. - [Release notes](https://github.com/brigade/scss-lint/releases) - [Changelog](https://github.com/brigade/scss-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/brigade/scss-lint/compare/v0.54.0...v0.55.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 82bc869ac..78ae8e7f7 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ group :development do gem 'rubocop', '~> 0.54.0', require: false gem 'rubocop-rspec', '~> 1.24.0', require: false gem 'rvm1-capistrano3', '~> 1.4.0', require: false - gem 'scss_lint', '~> 0.54.0', require: false + gem 'scss_lint', '~> 0.55.0', require: false gem 'web-console', '~> 3.3.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 180bc185b..bf12b625c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -417,7 +417,7 @@ GEM nokogiri (>= 1.4.0) nori (~> 2.4) wasabi (~> 3.4) - scss_lint (0.54.0) + scss_lint (0.55.0) rake (>= 0.9, < 13) sass (~> 3.4.20) selenium-webdriver (3.10.0) @@ -565,7 +565,7 @@ DEPENDENCIES rvm1-capistrano3 (~> 1.4.0) sass-rails (~> 5.0, >= 5.0.4) savon (~> 2.11.1) - scss_lint (~> 0.54.0) + scss_lint (~> 0.55.0) selenium-webdriver (~> 3.10) sitemap_generator (~> 6.0.1) social-share-button (~> 1.1)