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 Renovate Bot <gitlab-bot@gitlab.com>2022-09-12 05:16:34 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-09-12 05:16:34 +0300
commit746736d4ce6e47a20a40fdaa4593e6e21091b43a (patch)
tree1d03db526b72e6fe51c2fb74f69725fe034233c2
parent05fa4af5580b6efa76d6cbe5fbd6b11f07855e65 (diff)
Update dependency gitlab-styles to v9
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock45
2 files changed, 24 insertions, 23 deletions
diff --git a/Gemfile b/Gemfile
index a7bec070..4f2dfefb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,7 @@ group :test, :development do
gem 'rspec', '~> 3.11.0'
gem 'rspec-parameterized', '~> 0.5.2'
gem 'pry-byebug', '~> 3.10.1', require: false
- gem 'gitlab-styles', '~> 8.0.0', require: false
+ gem 'gitlab-styles', '~> 9.0.0', require: false
end
group :development, :danger do
diff --git a/Gemfile.lock b/Gemfile.lock
index dc059673..e1f07507 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (7.0.3.1)
+ activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -94,13 +94,13 @@ GEM
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
- gitlab-styles (8.0.0)
- rubocop (~> 0.91, >= 0.91.1)
+ gitlab-styles (9.0.0)
+ rubocop (~> 1.36.0)
rubocop-gitlab-security (~> 0.1.1)
- rubocop-graphql (~> 0.10)
- rubocop-performance (~> 1.9.2)
- rubocop-rails (~> 2.9)
- rubocop-rspec (~> 1.44)
+ rubocop-graphql (~> 0.14)
+ rubocop-performance (~> 1.14)
+ rubocop-rails (~> 2.15)
+ rubocop-rspec (~> 2.12)
gitlab_kramdown (0.19.0)
asciidoctor-plantuml (= 0.0.15)
kramdown (~> 2.3.0)
@@ -115,6 +115,7 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
+ json (2.6.2)
json_schema (0.21.0)
kramdown (2.3.2)
rexml
@@ -229,31 +230,31 @@ GEM
rspec (>= 2.13, < 4)
unparser
rspec-support (3.11.0)
- rubocop (0.93.1)
+ rubocop (1.36.0)
+ json (~> 2.3)
parallel (~> 1.10)
- parser (>= 2.7.1.5)
+ parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
- regexp_parser (>= 1.8)
- rexml
- rubocop-ast (>= 0.6.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml (>= 3.2.5, < 4.0)
+ rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (>= 1.4.0, < 2.0)
+ unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
rubocop-graphql (0.14.6)
rubocop (>= 0.87, < 2)
- rubocop-performance (1.9.2)
- rubocop (>= 0.90.0, < 2.0)
+ rubocop-performance (1.15.0)
+ rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
- rubocop-rails (2.9.1)
+ rubocop-rails (2.16.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
- rubocop (>= 0.90.0, < 2.0)
- rubocop-rspec (1.44.1)
- rubocop (~> 0.87)
- rubocop-ast (>= 0.7.1)
+ rubocop (>= 1.33.0, < 2.0)
+ rubocop-rspec (2.12.1)
+ rubocop (~> 1.31)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sass (3.7.4)
@@ -277,7 +278,7 @@ GEM
tty-which (0.5.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
- unicode-display_width (1.8.0)
+ unicode-display_width (2.2.0)
unparser (0.6.5)
diff-lcs (~> 1.3)
parser (>= 3.1.0)
@@ -289,7 +290,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.4)
gitlab-dangerfiles (~> 3.5.2)
- gitlab-styles (~> 8.0.0)
+ gitlab-styles (~> 9.0.0)
gitlab_kramdown (~> 0.19.0)
highline (~> 2.0.3)
nanoc (~> 4.12.7)