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:
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock18
2 files changed, 11 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
index 58a556a2..c130ed52 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
-gem 'nanoc', '~> 4.11.18'
+gem 'nanoc', '~> 4.11.0'
gem 'adsf', '~> 1.4.3'
gem 'adsf-live', '~> 1.4.3'
gem 'sassc', '~> 2.4.0'
-gem 'rouge', '~> 3.23.0'
+gem 'rouge', '~> 3.24.0'
gem 'rake', '~> 13.0.1'
group :nanoc do
diff --git a/Gemfile.lock b/Gemfile.lock
index 9a4d2b70..d3678c88 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -66,12 +66,12 @@ GEM
lumberjack (1.2.8)
method_source (1.0.0)
mini_portile2 (2.4.0)
- nanoc (4.11.18)
+ nanoc (4.11.19)
addressable (~> 2.5)
colored (~> 1.2)
nanoc-checking (~> 1.0)
- nanoc-cli (= 4.11.18)
- nanoc-core (= 4.11.18)
+ nanoc-cli (= 4.11.19)
+ nanoc-core (= 4.11.19)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
@@ -79,12 +79,12 @@ GEM
nanoc-checking (1.0.0)
nanoc-cli (~> 4.11, >= 4.11.15)
nanoc-core (~> 4.11, >= 4.11.15)
- nanoc-cli (4.11.18)
+ nanoc-cli (4.11.19)
cri (~> 2.15)
diff-lcs (~> 1.3)
- nanoc-core (= 4.11.18)
+ nanoc-core (= 4.11.19)
zeitwerk (~> 2.1)
- nanoc-core (4.11.18)
+ nanoc-core (4.11.19)
concurrent-ruby (~> 1.1)
ddmemoize (~> 1.0)
ddmetrics (~> 1.0)
@@ -125,7 +125,7 @@ GEM
ffi (~> 1.0)
ref (2.0.0)
rexml (3.2.4)
- rouge (3.23.0)
+ rouge (3.24.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
@@ -169,11 +169,11 @@ DEPENDENCIES
gitlab_kramdown (~> 0.10.0)
guard-nanoc
highline (~> 2.0.3)
- nanoc (~> 4.11.18)
+ nanoc (~> 4.11.0)
nokogiri (~> 1.10.10)
pry-byebug (~> 3.9.0)
rake (~> 13.0.1)
- rouge (~> 3.23.0)
+ rouge (~> 3.24.0)
rspec (~> 3.9.0)
sassc (~> 2.4.0)
scss_lint (~> 0.59.0)