From 987d9f2c49b3a06e017563ec5b137c9f1fc4e017 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 26 May 2016 15:31:55 +0300 Subject: Bump gems. --- Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 6ea5c7261..c1c04d6b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM colorator (0.1) ffi (1.9.10) ffi (1.9.10-x64-mingw32) - jekyll (3.1.2) + jekyll (3.1.6) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) @@ -18,21 +18,21 @@ GEM jekyll-sass-converter (1.4.0) sass (~> 3.4) jekyll-sitemap (0.10.0) - jekyll-watch (1.3.1) - listen (~> 3.0) - kramdown (1.10.0) + jekyll-watch (1.4.0) + listen (~> 3.0, < 3.1) + kramdown (1.11.1) liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.5) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + mercenary (0.3.6) rake (10.5.0) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) rouge (1.10.1) safe_yaml (1.0.4) - sass (3.4.21) + sass (3.4.22) scss_lint (0.47.1) rake (>= 0.9, < 11) sass (~> 3.4.15) @@ -48,4 +48,4 @@ DEPENDENCIES scss_lint (~> 0.47.1) BUNDLED WITH - 1.11.2 + 1.12.5 -- cgit v1.2.3 From bc8804e472798e07d6f5fee7ea80eaee4c2729a5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 28 Jun 2016 22:40:59 +0300 Subject: Update scss_lint to v0.48.0. --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index c1c04d6b6..c4786fdf3 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 -- cgit v1.2.3 From 1347cb0152c992f8b71e185fa7ef1794fc94d931 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Fri, 8 Jul 2016 05:38:44 +0200 Subject: Update SCSS-Lint to v0.49.0 (#20250) SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used. New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly. Ref: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index c4786fdf3..ed510a095 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,9 +33,9 @@ GEM rouge (1.11.1) safe_yaml (1.0.4) sass (3.4.22) - scss_lint (0.48.0) + scss_lint (0.49.0) rake (>= 0.9, < 12) - sass (~> 3.4.15) + sass (~> 3.4.20) PLATFORMS ruby @@ -45,7 +45,7 @@ DEPENDENCIES jekyll (~> 3.1.2) jekyll-redirect-from (~> 0.10.0) jekyll-sitemap (~> 0.10.0) - scss_lint (~> 0.48.0) + scss_lint (~> 0.49.0) BUNDLED WITH 1.12.5 -- cgit v1.2.3 From 0339272f55c5a9b27b4a18599ef9f96e451481c8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 7 Jul 2016 11:08:48 +0300 Subject: Update gems. [skip sauce] --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index ed510a095..567a7ad78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,10 @@ GEM remote: https://rubygems.org/ specs: + addressable (2.4.0) colorator (0.1) - ffi (1.9.10) - ffi (1.9.10-x64-mingw32) + ffi (1.9.13) + ffi (1.9.13-x64-mingw32) jekyll (3.1.6) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) @@ -13,11 +14,12 @@ GEM mercenary (~> 0.3.3) rouge (~> 1.7) safe_yaml (~> 1.0) - jekyll-redirect-from (0.10.0) + jekyll-redirect-from (0.11.0) jekyll (>= 2.0) jekyll-sass-converter (1.4.0) sass (~> 3.4) - jekyll-sitemap (0.10.0) + jekyll-sitemap (0.11.0) + addressable (~> 2.4.0) jekyll-watch (1.4.0) listen (~> 3.0, < 3.1) kramdown (1.11.1) @@ -43,8 +45,8 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.1.2) - jekyll-redirect-from (~> 0.10.0) - jekyll-sitemap (~> 0.10.0) + jekyll-redirect-from (~> 0.11.0) + jekyll-sitemap (~> 0.11.0) scss_lint (~> 0.49.0) BUNDLED WITH -- cgit v1.2.3 From d57d5a606b7a7b26b04e9315cca35287758b66c0 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Fri, 7 Oct 2016 00:21:05 +1100 Subject: Update dependencies, including Babel to v6 and zeroUnits fix. --- Gemfile.lock | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 567a7ad78..c19955c72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,16 +2,18 @@ GEM remote: https://rubygems.org/ specs: addressable (2.4.0) - colorator (0.1) - ffi (1.9.13) - ffi (1.9.13-x64-mingw32) - jekyll (3.1.6) - colorator (~> 0.1) + colorator (1.1.0) + ffi (1.9.14) + forwardable-extended (2.6.0) + jekyll (3.3.0) + addressable (~> 2.4) + colorator (~> 1.0) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) kramdown (~> 1.3) liquid (~> 3.0) mercenary (~> 0.3.3) + pathutil (~> 0.9) rouge (~> 1.7) safe_yaml (~> 1.0) jekyll-redirect-from (0.11.0) @@ -20,34 +22,35 @@ GEM sass (~> 3.4) jekyll-sitemap (0.11.0) addressable (~> 2.4.0) - jekyll-watch (1.4.0) + jekyll-watch (1.5.0) listen (~> 3.0, < 3.1) - kramdown (1.11.1) + kramdown (1.12.0) liquid (3.0.6) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) - rake (11.2.2) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + rake (11.3.0) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) rouge (1.11.1) safe_yaml (1.0.4) sass (3.4.22) - scss_lint (0.49.0) + scss_lint (0.50.2) rake (>= 0.9, < 12) sass (~> 3.4.20) PLATFORMS ruby - x64-mingw32 DEPENDENCIES - jekyll (~> 3.1.2) + jekyll (~> 3.3.0) jekyll-redirect-from (~> 0.11.0) jekyll-sitemap (~> 0.11.0) - scss_lint (~> 0.49.0) + scss_lint (~> 0.50.2) BUNDLED WITH - 1.12.5 + 1.13.2 -- cgit v1.2.3