diff options
| author | XhmikosR <[email protected]> | 2016-02-27 13:26:27 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-27 13:26:40 +0200 |
| commit | 6a1df88bdc2f79ba1a5d973e55269066a1b5f338 (patch) | |
| tree | 7d21a632001a1b0a78ae81b8706ab9fcd39b8fc9 | |
| parent | c3c2661d169e2330b2927df578fa74247598a6d0 (diff) | |
| download | bootstrap-6a1df88bdc2f79ba1a5d973e55269066a1b5f338.tar.xz bootstrap-6a1df88bdc2f79ba1a5d973e55269066a1b5f338.zip | |
Bump scss_lint to v0.47.0.
[skip sauce]
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 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.46.0' + gem 'scss_lint', '~> 0.47.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 253941fea..2d3b16896 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.46.0) + scss_lint (0.47.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.46.0) + scss_lint (~> 0.47.0) BUNDLED WITH 1.11.2 |
