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-23 10:07:52 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-02-23 10:07:52 +0300
commit57dcd0409328ba25182b473c865ec10911856a2f (patch)
tree0511de277b01f4d656d917e6a27cd18d719909d6
parent255e89b2415e17fed75ca16962175f5d468edb1a (diff)
Update scss_lint to v0.46.0.
[skip sauce]
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 94d3f871b9..9b8da617e6 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.45.0'
+ gem 'scss_lint', '~> 0.46.0'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index cb1afcc982..7cf8737e64 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,7 +33,7 @@ GEM
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.21)
- scss_lint (0.45.0)
+ scss_lint (0.46.0)
rake (>= 0.9, < 11)
sass (~> 3.4.15)
@@ -46,7 +46,7 @@ DEPENDENCIES
jekyll-redirect-from (~> 0.9.1)
jekyll-sitemap (~> 0.10.0)
sass (~> 3.4.21)
- scss_lint (~> 0.45.0)
+ scss_lint (~> 0.46.0)
BUNDLED WITH
1.11.2