diff options
| author | XhmikosR <[email protected]> | 2016-03-03 10:36:33 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-03 10:37:39 +0200 |
| commit | 5c9066140011a85d94a2d87a1c01141cdd3ca796 (patch) | |
| tree | 2331c7b8d6770965e1b3cbfbb080ab243c992c7a | |
| parent | dbaf20fc44ffaf1c9d103b42338965b4c1fae344 (diff) | |
| download | bootstrap-5c9066140011a85d94a2d87a1c01141cdd3ca796.tar.xz bootstrap-5c9066140011a85d94a2d87a1c01141cdd3ca796.zip | |
Bump scss_lint.
[skip validator]
[skip sauce]
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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.47.0' + gem 'scss_lint', '~> 0.47.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 2d3b16896..5c3a2aa0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM jekyll-sitemap (0.10.0) jekyll-watch (1.3.1) listen (~> 3.0) - kramdown (1.9.0) + kramdown (1.10.0) liquid (3.0.6) listen (3.0.6) rb-fsevent (>= 0.9.3) @@ -33,7 +33,7 @@ GEM rouge (1.10.1) safe_yaml (1.0.4) sass (3.4.21) - scss_lint (0.47.0) + scss_lint (0.47.1) 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.47.0) + scss_lint (~> 0.47.1) BUNDLED WITH 1.11.2 |
