summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-11 12:33:43 -0700
committerconnorshea <connor.james.shea@gmail.com>2016-03-14 20:33:54 -0600
commit8d8b457cebdfd0790157cd54fd1f24e46fbf0785 (patch)
tree6d2dcd25e28c5347e17d36cbcaad49364f68bc9a /Gemfile.lock
parent3ed8a8e52cc0df6ee085bd545dc3061f240d7826 (diff)
downloadgitlab-ce-8d8b457cebdfd0790157cd54fd1f24e46fbf0785.tar.gz
Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add documentation for SCSS Style Guide.
See !3069 for more information.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d4e28db00d6..b69980af2ba 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -717,6 +717,9 @@ GEM
sawyer (0.6.0)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
+ scss_lint (0.47.1)
+ rake (>= 0.9, < 11)
+ sass (~> 3.4.15)
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
@@ -1008,6 +1011,7 @@ DEPENDENCIES
ruby-fogbugz (~> 0.2.1)
sanitize (~> 2.0)
sass-rails (~> 5.0.0)
+ scss_lint (~> 0.47.0)
sdoc (~> 0.3.20)
seed-fu (~> 2.3.5)
select2-rails (~> 3.5.9)