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 Renovate Bot <gitlab-bot@gitlab.com>2023-12-11 03:18:04 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-12-11 03:18:04 +0300
commitc0d98cb565ad0c80aa35f11b4373e07fa8f62a78 (patch)
treeb228360daed7117e51b57249ac580584e2aa75ff
parent04760fb5341a2d5fffde7f94088a3f0d0344786e (diff)
Update dependency nanoc to '~> 4.12.19'
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock24
2 files changed, 13 insertions, 13 deletions
diff --git a/Gemfile b/Gemfile
index b705fbfc..c709eb75 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-gem 'nanoc', '~> 4.12.18'
+gem 'nanoc', '~> 4.12.19'
gem 'rake', '~> 13.1.0'
group :nanoc do
diff --git a/Gemfile.lock b/Gemfile.lock
index 8517f49b..4e9c68fd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -11,7 +11,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
- addressable (2.8.5)
+ addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
adsf (1.4.7)
rack (>= 1.0.0, < 4.0.0)
@@ -133,12 +133,12 @@ GEM
minitest (5.20.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
- nanoc (4.12.18)
+ nanoc (4.12.19)
addressable (~> 2.5)
colored (~> 1.2)
nanoc-checking (~> 1.0, >= 1.0.2)
- nanoc-cli (= 4.12.18)
- nanoc-core (= 4.12.18)
+ nanoc-cli (= 4.12.19)
+ nanoc-core (= 4.12.19)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
@@ -146,19 +146,19 @@ GEM
nanoc-checking (1.0.2)
nanoc-cli (~> 4.12, >= 4.12.4)
nanoc-core (~> 4.12, >= 4.12.4)
- nanoc-cli (4.12.18)
+ nanoc-cli (4.12.19)
cri (~> 2.15)
diff-lcs (~> 1.3)
- nanoc-core (= 4.12.18)
+ nanoc-core (= 4.12.19)
zeitwerk (~> 2.1)
- nanoc-core (4.12.18)
+ nanoc-core (4.12.19)
concurrent-ruby (~> 1.1)
ddmetrics (~> 1.0)
ddplugin (~> 1.0)
immutable-ruby (~> 0.1)
json_schema (~> 0.19)
memo_wise (~> 1.5)
- psych (~> 4.0)
+ psych (>= 4.0, < 6.0)
slow_enumerator_tools (~> 1.0)
tty-platform (~> 0.2)
zeitwerk (~> 2.1)
@@ -198,7 +198,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (4.0.6)
stringio
- public_suffix (5.0.3)
+ public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.8)
rack-livereload (0.5.1)
@@ -280,7 +280,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
- set (1.0.3)
+ set (1.0.4)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
@@ -296,7 +296,7 @@ GEM
sorted_set (1.0.3)
rbtree
set (~> 1.0)
- stringio (3.0.8)
+ stringio (3.0.9)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tty-color (0.6.0)
@@ -326,7 +326,7 @@ DEPENDENCIES
gitlab_kramdown (~> 0.27.0)
highline (~> 2.1.0)
json_schemer (~> 2.1, >= 2.1.1)
- nanoc (~> 4.12.18)
+ nanoc (~> 4.12.19)
nanoc-live
pry-byebug (~> 3.10.1)
rake (~> 13.1.0)