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-06-28 22:40:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-06-29 08:49:35 +0300
commitbc8804e472798e07d6f5fee7ea80eaee4c2729a5 (patch)
tree650546488b0b5f63a8c81e75790e493187d642c2
parented3ba4742506a7164caddbcdcfc58aba25277b4d (diff)
Update scss_lint to v0.48.0.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 081111b382..bdcbb0949f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,5 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.1.2'
gem 'jekyll-redirect-from', '~> 0.10.0'
gem 'jekyll-sitemap', '~> 0.10.0'
- gem 'scss_lint', '~> 0.47.1'
+ gem 'scss_lint', '~> 0.48.0'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index c1c04d6b6d..c4786fdf33 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -26,15 +26,15 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
- rake (10.5.0)
+ rake (11.2.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
- rouge (1.10.1)
+ rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
- scss_lint (0.47.1)
- rake (>= 0.9, < 11)
+ scss_lint (0.48.0)
+ rake (>= 0.9, < 12)
sass (~> 3.4.15)
PLATFORMS
@@ -45,7 +45,7 @@ DEPENDENCIES
jekyll (~> 3.1.2)
jekyll-redirect-from (~> 0.10.0)
jekyll-sitemap (~> 0.10.0)
- scss_lint (~> 0.47.1)
+ scss_lint (~> 0.48.0)
BUNDLED WITH
1.12.5