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 Bot <gitlab-bot@gitlab.com>2021-03-01 03:18:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-01 03:18:29 +0300
commit0082f304b0a0ab389b1cee7ba6b15f346d566a0c (patch)
tree22aee42f430146394c841ab9e65eee01419c223b
parent5e6966e19d7d324914432b85feb977afac3b0af6 (diff)
Update dependency gitlab-styles to ~> 6.1.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock26
2 files changed, 14 insertions, 14 deletions
diff --git a/Gemfile b/Gemfile
index 56512782..2a78490d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,5 +25,5 @@ group :test, :development do
gem 'highline', '~> 2.0.3'
gem 'rspec', '~> 3.10.0'
gem 'pry-byebug', '~> 3.9.0', require: false
- gem 'gitlab-styles', '~> 6.0.0', require: false
+ gem 'gitlab-styles', '~> 6.1.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 9f9d2524..d547a60a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (6.1.1)
+ activesupport (6.1.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -20,7 +20,7 @@ GEM
asciidoctor (2.0.12)
asciidoctor-plantuml (0.0.13)
asciidoctor (>= 1.5.6, < 3.0.0)
- ast (2.4.1)
+ ast (2.4.2)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
@@ -39,8 +39,8 @@ GEM
eventmachine (1.2.7)
ffi (1.14.2)
formatador (0.2.5)
- gitlab-styles (6.0.0)
- rubocop (~> 0.91.1)
+ gitlab-styles (6.1.0)
+ rubocop (~> 0.91, >= 0.91.1)
rubocop-gitlab-security (~> 0.1.1)
rubocop-performance (~> 1.9.2)
rubocop-rails (~> 2.9)
@@ -69,7 +69,7 @@ GEM
concurrent-ruby (~> 1.0)
highline (2.0.3)
http_parser.rb (0.6.0)
- i18n (1.8.7)
+ i18n (1.8.9)
concurrent-ruby (~> 1.0)
json_schema (0.20.9)
kramdown (2.3.0)
@@ -80,7 +80,7 @@ GEM
lumberjack (1.2.8)
method_source (1.0.0)
mini_portile2 (2.5.0)
- minitest (5.14.3)
+ minitest (5.14.4)
nanoc (4.12.0)
addressable (~> 2.5)
colored (~> 1.2)
@@ -143,7 +143,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
- regexp_parser (2.0.3)
+ regexp_parser (2.1.1)
rexml (3.2.4)
rouge (3.26.0)
rspec (3.10.0)
@@ -159,16 +159,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.1)
- rubocop (0.91.1)
+ rubocop (0.93.1)
parallel (~> 1.10)
- parser (>= 2.7.1.1)
+ parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
- regexp_parser (>= 1.7)
+ regexp_parser (>= 1.8)
rexml
- rubocop-ast (>= 0.4.0, < 1.0)
+ rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
- rubocop-ast (0.8.0)
+ rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
@@ -213,7 +213,7 @@ DEPENDENCIES
adsf (~> 1.4.5)
adsf-live (~> 1.4.5)
builder (~> 3.2.4)
- gitlab-styles (~> 6.0.0)
+ gitlab-styles (~> 6.1.0)
gitlab_kramdown (~> 0.11.0)
guard-nanoc
highline (~> 2.0.3)