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--Gemfile3
-rw-r--r--Gemfile.lock13
2 files changed, 7 insertions, 9 deletions
diff --git a/Gemfile b/Gemfile
index ce00fb184..3530b48ae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,14 +2,13 @@ source 'https://rubygems.org'
gem 'nanoc', '~> 4.12.0'
gem 'sassc', '~> 2.4.0'
-gem 'rouge', '~> 3.26.0'
gem 'rake', '~> 13.0.0'
group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.14.0'
+ gem 'gitlab_kramdown', '~> 0.15.0'
# nanoc checks
gem 'nokogiri', '~> 1.12.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index d64afa87d..a9525f13f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,7 +18,7 @@ GEM
listen (~> 3.0)
rack-livereload (~> 0.3)
asciidoctor (2.0.16)
- asciidoctor-plantuml (0.0.14)
+ asciidoctor-plantuml (0.0.15)
asciidoctor (>= 1.5.6, < 3.0.0)
ast (2.4.2)
builder (3.2.4)
@@ -45,11 +45,11 @@ GEM
rubocop-performance (~> 1.9.2)
rubocop-rails (~> 2.9)
rubocop-rspec (~> 1.44)
- gitlab_kramdown (0.14.0)
- asciidoctor-plantuml (= 0.0.14)
+ gitlab_kramdown (0.15.0)
+ asciidoctor-plantuml (= 0.0.15)
kramdown (~> 2.3.1)
nokogiri (~> 1.12.0)
- rouge (~> 3.26.0)
+ rouge (~> 3.27.0)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
highline (2.0.3)
@@ -129,7 +129,7 @@ GEM
ref (2.0.0)
regexp_parser (2.1.1)
rexml (3.2.5)
- rouge (3.26.0)
+ rouge (3.27.0)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
@@ -193,14 +193,13 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.0)
gitlab-styles (~> 6.6.0)
- gitlab_kramdown (~> 0.14.0)
+ gitlab_kramdown (~> 0.15.0)
highline (~> 2.0.0)
nanoc (~> 4.12.0)
nanoc-live
nokogiri (~> 1.12.0)
pry-byebug (~> 3.9.0)
rake (~> 13.0.0)
- rouge (~> 3.26.0)
rspec (~> 3.10.0)
sass (= 3.7.4)
sassc (~> 2.4.0)