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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-25 10:18:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-25 10:18:14 +0300
commit7122ab215669cf3e6301055f140315898edf6e71 (patch)
tree2146114c0c9da5525bb31ba2c6cb7725971559f3
parent39c64f74f886c2cabec2a161f55cf60ab353e11c (diff)
Update Ruby dependencies
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock22
2 files changed, 14 insertions, 12 deletions
diff --git a/Gemfile b/Gemfile
index d2bbfdc4..c6aa2208 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,10 +11,10 @@ group :nanoc do
gem 'guard-nanoc'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.10.0'
+ gem 'gitlab_kramdown', '~> 0.11.0'
# nanoc checks
- gem 'nokogiri', '~> 1.10.10'
+ gem 'nokogiri', '~> 1.11.0'
# Needed to generate Sitemap
gem 'builder', '~> 3.2.4'
diff --git a/Gemfile.lock b/Gemfile.lock
index c119859f..1184e573 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,7 +18,7 @@ GEM
listen (~> 3.0)
rack-livereload (~> 0.3)
asciidoctor (2.0.12)
- asciidoctor-plantuml (0.0.12)
+ asciidoctor-plantuml (0.0.13)
asciidoctor (>= 1.5.6, < 3.0.0)
ast (2.4.1)
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.10.0)
- asciidoctor-plantuml (= 0.0.12)
+ gitlab_kramdown (0.11.0)
+ asciidoctor-plantuml (= 0.0.13)
kramdown (~> 2.3.0)
- nokogiri (~> 1.10.10)
- rouge (~> 3.2)
+ nokogiri (~> 1.11.0)
+ rouge (~> 3.26.0)
guard (2.16.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
@@ -79,7 +79,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
- mini_portile2 (2.4.0)
+ mini_portile2 (2.5.0)
minitest (5.14.3)
nanoc (4.11.23)
addressable (~> 2.5)
@@ -115,8 +115,9 @@ GEM
nanoc-cli (~> 4.11, >= 4.11.15)
nanoc-core (~> 4.11, >= 4.11.15)
nenv (0.3.0)
- nokogiri (1.10.10)
- mini_portile2 (~> 2.4.0)
+ nokogiri (1.11.1)
+ mini_portile2 (~> 2.5.0)
+ racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
@@ -132,6 +133,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
+ racc (1.5.2)
rack (2.2.3)
rack-livereload (0.3.17)
rack
@@ -212,11 +214,11 @@ DEPENDENCIES
adsf-live (~> 1.4.5)
builder (~> 3.2.4)
gitlab-styles (~> 6.0.0)
- gitlab_kramdown (~> 0.10.0)
+ gitlab_kramdown (~> 0.11.0)
guard-nanoc
highline (~> 2.0.3)
nanoc (~> 4.11.23)
- nokogiri (~> 1.10.10)
+ nokogiri (~> 1.11.0)
pry-byebug (~> 3.9.0)
rake (~> 13.0.3)
rouge (~> 3.26.0)