aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-12-01 08:47:38 +0200
committerXhmikosR <[email protected]>2015-12-01 08:49:01 +0200
commite458c7b0e622ffec8b7e1371efbcec7138ebdb19 (patch)
treec4550e70fbd11e30f5174146b2fc4c83ce886a6c
parent607c398f4ccbcca88821a440c5b41ea59e856213 (diff)
downloadbootstrap-e458c7b0e622ffec8b7e1371efbcec7138ebdb19.tar.xz
bootstrap-e458c7b0e622ffec8b7e1371efbcec7138ebdb19.zip
Bump scss_lint to v0.43.2.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index b10c735c8..20a15efe7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,5 +8,5 @@ group :development, :test do
gem 'jekyll-redirect-from', '~> 0.9.0'
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'sass', '~> 3.4.19'
- gem 'scss_lint', '~> 0.42.2'
+ gem 'scss_lint', '~> 0.43'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index df6853ee5..720145482 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,7 +33,7 @@ GEM
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.19)
- scss_lint (0.42.2)
+ scss_lint (0.43.2)
rainbow (~> 2.0)
sass (~> 3.4.15)
@@ -46,7 +46,7 @@ DEPENDENCIES
jekyll-redirect-from (~> 0.9.0)
jekyll-sitemap (~> 0.9.0)
sass (~> 3.4.19)
- scss_lint (~> 0.42.2)
+ scss_lint (~> 0.43)
BUNDLED WITH
1.10.6