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:
authorEvan Read <eread@gitlab.com>2021-11-01 04:14:48 +0300
committerEvan Read <eread@gitlab.com>2021-11-01 04:14:48 +0300
commit1e1e7ff70f74abadf690e76d69ebb31cbfb590d6 (patch)
tree13a6ac382f42ceabfb7960d0b99252f5b0284579
parent0196da983b694ec8436a1436daf5f4b6cd858424 (diff)
parent4cb6c1f0fea7896b088eb909bd2a5c8bed818ce4 (diff)
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency gitlab-styles to ~> 6.4.0 See merge request gitlab-org/gitlab-docs!2231
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 7326ab1b..98b0c10e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,5 +25,5 @@ group :test, :development do
gem 'highline', '~> 2.0.0'
gem 'rspec', '~> 3.10.0'
gem 'pry-byebug', '~> 3.9.0', require: false
- gem 'gitlab-styles', '~> 6.3.0', require: false
+ gem 'gitlab-styles', '~> 6.4.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 926c812f..f2707507 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -38,7 +38,7 @@ GEM
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.15.3)
- gitlab-styles (6.3.0)
+ gitlab-styles (6.4.0)
rubocop (~> 0.91, >= 0.91.1)
rubocop-gitlab-security (~> 0.1.1)
rubocop-performance (~> 1.9.2)
@@ -151,7 +151,7 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
- rubocop-ast (1.11.0)
+ rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
@@ -182,14 +182,14 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
- zeitwerk (2.4.2)
+ zeitwerk (2.5.1)
PLATFORMS
ruby
DEPENDENCIES
builder (~> 3.2.0)
- gitlab-styles (~> 6.3.0)
+ gitlab-styles (~> 6.4.0)
gitlab_kramdown (~> 0.14.0)
highline (~> 2.0.0)
nanoc (~> 4.12.0)