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.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 41265253..ef70d587 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.12.0'
+ gem 'gitlab_kramdown', '~> 0.13.0'
# nanoc checks
gem 'nokogiri', '~> 1.11.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 43c3ddb5..17ca8deb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (6.1.3.2)
+ activesupport (6.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
- addressable (2.7.0)
+ addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
adsf (1.4.6)
rack (>= 1.0.0, < 3.0.0)
@@ -18,7 +18,7 @@ GEM
listen (~> 3.0)
rack-livereload (~> 0.3)
asciidoctor (2.0.15)
- asciidoctor-plantuml (0.0.13)
+ asciidoctor-plantuml (0.0.14)
asciidoctor (>= 1.5.6, < 3.0.0)
ast (2.4.2)
builder (3.2.4)
@@ -44,9 +44,9 @@ GEM
rubocop-performance (~> 1.9.2)
rubocop-rails (~> 2.9)
rubocop-rspec (~> 1.44)
- gitlab_kramdown (0.12.0)
- asciidoctor-plantuml (= 0.0.13)
- kramdown (~> 2.3.0)
+ gitlab_kramdown (0.13.0)
+ asciidoctor-plantuml (= 0.0.14)
+ kramdown (~> 2.3.1)
nokogiri (~> 1.11.0)
rouge (~> 3.26.0)
hamster (3.0.0)
@@ -190,7 +190,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.0)
gitlab-styles (~> 6.2.0)
- gitlab_kramdown (~> 0.12.0)
+ gitlab_kramdown (~> 0.13.0)
highline (~> 2.0.0)
nanoc (~> 4.12.0)
nanoc-live