]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump scss_lint to v0.45.0.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 19 Feb 2016 10:55:14 +0000 (12:55 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 19 Feb 2016 10:55:14 +0000 (12:55 +0200)
[skip sauce]

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 99ecd9331a6c30a4c825ca56647ed4cb4494bbf4..94d3f871b9e7d685280c8daad2c8808a31ab9d89 100644 (file)
--- 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.44.0'
+  gem 'scss_lint', '~> 0.45.0'
 end
index 3391e7f48b0d5bbfbb4c29e82a1373d6c7c06df1..cb1afcc9828dc7dece21e653b56e8c86a93d3d81 100644 (file)
@@ -22,9 +22,9 @@ GEM
       listen (~> 3.0)
     kramdown (1.9.0)
     liquid (3.0.6)
-    listen (3.0.5)
+    listen (3.0.6)
       rb-fsevent (>= 0.9.3)
-      rb-inotify (>= 0.9)
+      rb-inotify (>= 0.9.7)
     mercenary (0.3.5)
     rake (10.5.0)
     rb-fsevent (0.9.7)
@@ -33,8 +33,8 @@ GEM
     rouge (1.10.1)
     safe_yaml (1.0.4)
     sass (3.4.21)
-    scss_lint (0.44.0)
-      rake (~> 10.0)
+    scss_lint (0.45.0)
+      rake (>= 0.9, < 11)
       sass (~> 3.4.15)
 
 PLATFORMS
@@ -46,7 +46,7 @@ DEPENDENCIES
   jekyll-redirect-from (~> 0.9.1)
   jekyll-sitemap (~> 0.10.0)
   sass (~> 3.4.21)
-  scss_lint (~> 0.44.0)
+  scss_lint (~> 0.45.0)
 
 BUNDLED WITH
    1.11.2