From 4ec40f54fbb8d17da9655860dd9c652351ee92a3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Tue, 5 Sep 2017 15:15:22 +0000 Subject: [PATCH] Upgrade scss_lint to version 0.54.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a1a0ecf7a..32bf47db6 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ group :development do gem 'capistrano3-delayed-job', '~> 1.7.3' gem 'mdl', '~> 0.4.0', require: false gem 'rvm1-capistrano3', '~> 1.4.0', require: false - gem 'scss_lint', '~> 0.53.0', require: false + gem 'scss_lint', '~> 0.54.0', require: false gem 'web-console', '~> 3.3.0' end diff --git a/Gemfile.lock b/Gemfile.lock index c33459f75..e77fe8aa1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -406,7 +406,7 @@ GEM nokogiri (>= 1.4.0) nori (~> 2.4) wasabi (~> 3.4) - scss_lint (0.53.0) + scss_lint (0.54.0) rake (>= 0.9, < 13) sass (~> 3.4.20) simplecov (0.14.1) @@ -552,7 +552,7 @@ DEPENDENCIES rvm1-capistrano3 (~> 1.4.0) sass-rails (~> 5.0, >= 5.0.4) savon (~> 2.11.1) - scss_lint (~> 0.53.0) + scss_lint (~> 0.54.0) sitemap_generator (~> 5.3.1) social-share-button (~> 0.10) spring (~> 2.0.1)