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:
authorAchilleas Pipinellis <axil@gitlab.com>2019-02-12 15:02:50 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-12 15:02:50 +0300
commit911e893c9d4b56709acc7e92ab1446a05300d35d (patch)
tree151454a1ae5ee6def09642459a35316b07ded19d /Gemfile
parent754c0d8e5aa4c28ed4974aa8717d9506e4b9476f (diff)
Replace Ruby Sass with sassc
Ruby Sass is deprecated and will be unmaintained as of 26 March 2019. * If you use Sass as a plug-in for a Ruby web framework, we recommend using the sassc gem: https://github.com/sass/sassc-ruby#readme
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 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'