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-05-08 05:34:03 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-08 05:34:03 +0300
commit15b65b98598ebc9e105a10979affa4b25f4133ac (patch)
tree7d52fd0270d397b39ac7108ae31c07ce36735c84 /Gemfile
parent262dcb765f38852430805388c3dc4b20ba6d4cae (diff)
Do not compile minified assets
Everything ending in *.min.* will be ignored and be written as is.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8bc30182..cf829f78 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,10 +11,10 @@ group :nanoc do
gem 'guard-nanoc', '~> 2.1'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.5.0'
+ gem 'gitlab_kramdown', '~> 0.6.0'
# nanoc checks
- gem 'nokogiri', '~> 1.7.0'
+ gem 'nokogiri', '~> 1.10.3'
# Needed to generate Sitemap
gem 'builder', '~> 3.2'