Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-12-01 09:47:38 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-01 09:49:01 +0300
commite458c7b0e622ffec8b7e1371efbcec7138ebdb19 (patch)
treec4550e70fbd11e30f5174146b2fc4c83ce886a6c /Gemfile
parent607c398f4ccbcca88821a440c5b41ea59e856213 (diff)
Bump scss_lint to v0.43.2.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b10c735c81..20a15efe74 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