Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock5
2 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 021dc58b..c57123dc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'nanoc', '~> 4.10'
gem 'adsf', '~> 1.4'
gem 'adsf-live', '~> 1.4'
-gem 'sass', '~> 3.6'
+gem 'sassc', '~> 2.0'
gem 'rouge', '~> 3.2'
gem 'rake', '~> 12.3'
diff --git a/Gemfile.lock b/Gemfile.lock
index f646a20f..cec95692 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -110,6 +110,9 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
+ sassc (2.0.0)
+ ffi (~> 1.9.6)
+ rake
scss_lint (0.57.1)
rake (>= 0.9, < 13)
sass (~> 3.5, >= 3.5.5)
@@ -133,7 +136,7 @@ DEPENDENCIES
rake (~> 12.3)
rouge (~> 3.2)
rspec (~> 3.5)
- sass (~> 3.6)
+ sassc (~> 2.0)
scss_lint (~> 0.57)
BUNDLED WITH