aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 99ecd9331..94d3f871b 100644
--- 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
diff --git a/Gemfile.lock b/Gemfile.lock
index 3391e7f48..cb1afcc98 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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