Skip to content

Commit 82b0dab

Browse files
committed
Fix missing gem dependency
1 parent 26d7ca7 commit 82b0dab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'jekyll', '~>3.1'
44
gem 'rake'
5+
gem 'scss_lint'
56

67
group :jekyll_plugins do
78
gem 'jekyll-assets', '2.2.5'

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ GEM
7474
rouge (1.10.1)
7575
safe_yaml (1.0.4)
7676
sass (3.4.22)
77+
scss_lint (0.50.2)
78+
rake (>= 0.9, < 12)
79+
sass (~> 3.4.20)
7780
sprockets (3.6.0)
7881
concurrent-ruby (~> 1.0)
7982
rack (> 1, < 3)
@@ -94,6 +97,7 @@ DEPENDENCIES
9497
jekyll-assets (= 2.2.5)
9598
jekyll-sitemap
9699
rake
100+
scss_lint
97101

98102
BUNDLED WITH
99103
1.12.5

0 commit comments

Comments
 (0)