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--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index ee15345e..6016ba3a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem 'rake', '~> 12.3'
gem 'asciidoctor-plantuml', '0.0.9'
group :nanoc do
- gem 'guard-nanoc', '~> 2.1'
+ gem 'guard-nanoc'
# custom kramdown dialect
gem 'gitlab_kramdown', '~> 0.8.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 965c1c75..44d12a3d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,7 +15,7 @@ GEM
asciidoctor-plantuml (0.0.9)
asciidoctor (>= 1.5.6, < 3.0.0)
builder (3.2.4)
- byebug (11.1.1)
+ byebug (11.1.3)
coderay (1.1.2)
colored (1.2)
concurrent-ruby (1.1.6)
@@ -148,7 +148,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
- sassc (2.2.1)
+ sassc (2.3.0)
ffi (~> 1.9)
scss_lint (0.59.0)
sass (~> 3.5, >= 3.5.5)
@@ -172,7 +172,7 @@ DEPENDENCIES
asciidoctor-plantuml (= 0.0.9)
builder (~> 3.2)
gitlab_kramdown (~> 0.8.0)
- guard-nanoc (~> 2.1)
+ guard-nanoc
highline (~> 2.0)
mdl
nanoc (~> 4.10)