aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-23 03:04:11 -0800
committerChris Rebert <[email protected]>2016-01-23 03:04:11 -0800
commit7f9bd451f55fa73f9b3068cd5e43029982d6bc74 (patch)
tree563d644565848a91e304c5bfe83b898754fd2e3e
parent903503bd47a665d0934f17b2cc3cf35491226f8a (diff)
downloadbootstrap-7f9bd451f55fa73f9b3068cd5e43029982d6bc74.tar.xz
bootstrap-7f9bd451f55fa73f9b3068cd5e43029982d6bc74.zip
Bump SCSS-Lint to 0.44.0
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 20a15efe7..59f869277 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,5 +8,5 @@ group :development, :test do
gem 'jekyll-redirect-from', '~> 0.9.0'
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'sass', '~> 3.4.19'
- gem 'scss_lint', '~> 0.43'
+ gem 'scss_lint', '~> 0.44.0'
end