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>2016-02-27 14:26:27 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-02-27 14:26:40 +0300
commit6a1df88bdc2f79ba1a5d973e55269066a1b5f338 (patch)
tree7d21a632001a1b0a78ae81b8706ab9fcd39b8fc9 /Gemfile
parentc3c2661d169e2330b2927df578fa74247598a6d0 (diff)
Bump scss_lint to v0.47.0.
[skip sauce]
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 98a4876bc6..583a4c2c12 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,5 +5,5 @@ group :development, :test do
gem 'jekyll-redirect-from', '~> 0.9.1'
gem 'jekyll-sitemap', '~> 0.10.0'
gem 'sass', '~> 3.4.21'
- gem 'scss_lint', '~> 0.46.0'
+ gem 'scss_lint', '~> 0.47.0'
end