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>2021-02-22 03:38:27 +0300
committerEvan Read <eread@gitlab.com>2021-02-22 03:38:27 +0300
commit555fdcef80612b8915434bbb2f806e76b38717a4 (patch)
treeebb48f54b50b7f4122d788a30ed49732dc402c86
parentc998936a3cb1cfb694316d24cac2c4c92a417764 (diff)
parentfa0c5a9fa80e927302867ff4084af039cc25f000 (diff)
Merge branch 'renovate/ruby-dependencies' into 'master'
Update dependency nanoc to ~> 4.12.0 See merge request gitlab-org/gitlab-docs!1549
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index c6aa2208..56512782 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'nanoc', '~> 4.11.23'
+gem 'nanoc', '~> 4.12.0'
gem 'adsf', '~> 1.4.5'
gem 'adsf-live', '~> 1.4.5'
gem 'sassc', '~> 2.4.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 1184e573..9f9d2524 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -25,7 +25,7 @@ GEM
byebug (11.1.3)
coderay (1.1.3)
colored (1.2)
- concurrent-ruby (1.1.7)
+ concurrent-ruby (1.1.8)
cri (2.15.11)
ddmemoize (1.0.0)
ddmetrics (~> 1.0)
@@ -81,12 +81,12 @@ GEM
method_source (1.0.0)
mini_portile2 (2.5.0)
minitest (5.14.3)
- nanoc (4.11.23)
+ nanoc (4.12.0)
addressable (~> 2.5)
colored (~> 1.2)
nanoc-checking (~> 1.0)
- nanoc-cli (= 4.11.23)
- nanoc-core (= 4.11.23)
+ nanoc-cli (= 4.12.0)
+ nanoc-core (= 4.12.0)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
@@ -94,12 +94,12 @@ GEM
nanoc-checking (1.0.1)
nanoc-cli (~> 4.11, >= 4.11.15)
nanoc-core (~> 4.11, >= 4.11.15)
- nanoc-cli (4.11.23)
+ nanoc-cli (4.12.0)
cri (~> 2.15)
diff-lcs (~> 1.3)
- nanoc-core (= 4.11.23)
+ nanoc-core (= 4.12.0)
zeitwerk (~> 2.1)
- nanoc-core (4.11.23)
+ nanoc-core (4.12.0)
concurrent-ruby (~> 1.1)
ddmemoize (~> 1.0)
ddmetrics (~> 1.0)
@@ -197,7 +197,7 @@ GEM
thor (1.0.1)
tomlrb (1.3.0)
tty-color (0.6.0)
- tty-command (0.10.0)
+ tty-command (0.10.1)
pastel (~> 0.8)
tty-platform (0.3.0)
tty-which (0.4.2)
@@ -217,7 +217,7 @@ DEPENDENCIES
gitlab_kramdown (~> 0.11.0)
guard-nanoc
highline (~> 2.0.3)
- nanoc (~> 4.11.23)
+ nanoc (~> 4.12.0)
nokogiri (~> 1.11.0)
pry-byebug (~> 3.9.0)
rake (~> 13.0.3)