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 /Gemfile
parent39c64f74f886c2cabec2a161f55cf60ab353e11c (diff)
Update Ruby dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 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'