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-03-07 03:19:44 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-03-07 03:19:44 +0300
commitd50f9a4b5822e676c29fedd71fb665dc3df96233 (patch)
tree62e85c44c7ccf34e405e993a931d5c85772a0e53
parent131ccada09b57333b1f6bca65f2d221a03a8b969 (diff)
Update dependency gitlab-styles to v7
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index cfb02bee..c921dc01 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,5 +21,5 @@ group :test, :development do
gem 'highline', '~> 2.0.0'
gem 'rspec', '~> 3.11.0'
gem 'pry-byebug', '~> 3.9.0', require: false
- gem 'gitlab-styles', '~> 6.6.0', require: false
+ gem 'gitlab-styles', '~> 7.0.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 1fcf11a5..83359e19 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (7.0.1)
+ activesupport (7.0.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -37,7 +37,7 @@ GEM
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
- gitlab-styles (6.6.0)
+ gitlab-styles (7.0.0)
rubocop (~> 0.91, >= 0.91.1)
rubocop-gitlab-security (~> 0.1.1)
rubocop-graphql (~> 0.10)
@@ -53,7 +53,7 @@ GEM
concurrent-ruby (~> 1.0)
highline (2.0.3)
http_parser.rb (0.8.0)
- i18n (1.8.11)
+ i18n (1.10.0)
concurrent-ruby (~> 1.0)
json_schema (0.21.0)
kramdown (2.3.1)
@@ -105,7 +105,7 @@ GEM
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
parallel (1.21.0)
- parser (3.1.0.0)
+ parser (3.1.1.0)
ast (~> 2.4.1)
pastel (0.8.0)
tty-color (~> 0.5)
@@ -126,7 +126,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
- regexp_parser (2.2.0)
+ regexp_parser (2.2.1)
rexml (3.2.5)
rouge (3.27.0)
rspec (3.11.0)
@@ -151,11 +151,11 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
- rubocop-ast (1.15.1)
- parser (>= 3.0.1.1)
+ rubocop-ast (1.16.0)
+ parser (>= 3.1.1.0)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
- rubocop-graphql (0.12.3)
+ rubocop-graphql (0.13.0)
rubocop (>= 0.87, < 2)
rubocop-performance (1.9.2)
rubocop (>= 0.90.0, < 2.0)
@@ -191,7 +191,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.0)
- gitlab-styles (~> 6.6.0)
+ gitlab-styles (~> 7.0.0)
gitlab_kramdown (~> 0.17.0)
highline (~> 2.0.0)
nanoc (~> 4.12.0)