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:
authorEvan Read <eread@gitlab.com>2022-10-10 05:32:48 +0300
committerEvan Read <eread@gitlab.com>2022-10-10 05:32:48 +0300
commitd0e46687a071cde8d3d0089b70426b725573c96a (patch)
tree23b1ee1aa4aae01afee52e2abf56445b9caea287
parent9ea97547ca5270181cfa1abdc2ad092d709f112b (diff)
parent0acacc34fea481b397716d42d8bce0abc8909568 (diff)
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency nanoc to '~> 4.12.9' See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3164 Merged-by: Evan Read <eread@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock20
2 files changed, 11 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
index 4f2dfefb..acfb2ac7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-gem 'nanoc', '~> 4.12.7'
+gem 'nanoc', '~> 4.12.9'
gem 'sassc', '~> 2.4.0'
gem 'rake', '~> 13.0.6'
diff --git a/Gemfile.lock b/Gemfile.lock
index e1f07507..ba0b7891 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -133,12 +133,12 @@ GEM
minitest (5.16.3)
multi_xml (0.6.0)
multipart-post (2.2.3)
- nanoc (4.12.7)
+ nanoc (4.12.9)
addressable (~> 2.5)
colored (~> 1.2)
nanoc-checking (~> 1.0, >= 1.0.2)
- nanoc-cli (= 4.12.7)
- nanoc-core (= 4.12.7)
+ nanoc-cli (= 4.12.9)
+ nanoc-core (= 4.12.9)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
@@ -146,12 +146,12 @@ GEM
nanoc-checking (1.0.2)
nanoc-cli (~> 4.12, >= 4.12.4)
nanoc-core (~> 4.12, >= 4.12.4)
- nanoc-cli (4.12.7)
+ nanoc-cli (4.12.9)
cri (~> 2.15)
diff-lcs (~> 1.3)
- nanoc-core (= 4.12.7)
+ nanoc-core (= 4.12.9)
zeitwerk (~> 2.1)
- nanoc-core (4.12.7)
+ nanoc-core (4.12.9)
concurrent-ruby (~> 1.1)
ddmetrics (~> 1.0)
ddplugin (~> 1.0)
@@ -195,7 +195,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
- psych (4.0.4)
+ psych (4.0.6)
stringio
public_suffix (5.0.0)
racc (1.6.0)
@@ -282,7 +282,7 @@ GEM
unparser (0.6.5)
diff-lcs (~> 1.3)
parser (>= 3.1.0)
- zeitwerk (2.6.0)
+ zeitwerk (2.6.1)
PLATFORMS
ruby
@@ -293,7 +293,7 @@ DEPENDENCIES
gitlab-styles (~> 9.0.0)
gitlab_kramdown (~> 0.19.0)
highline (~> 2.0.3)
- nanoc (~> 4.12.7)
+ nanoc (~> 4.12.9)
nanoc-live
pry-byebug (~> 3.10.1)
rake (~> 13.0.6)
@@ -303,4 +303,4 @@ DEPENDENCIES
sassc (~> 2.4.0)
BUNDLED WITH
- 2.3.15
+ 2.3.22