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:
authorMarcel Amirault <mamirault@gitlab.com>2022-06-08 16:19:33 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-06-08 16:19:33 +0300
commitb52ec5d7031075ab3282eae0679339c9bd274da1 (patch)
treeebdd2d8fb0b9986776603a8e46dac22bbf47c8ab
parentfde6f2f9b9cd8442b529df54a27c36dab404e3e2 (diff)
parentfc9a0d02a9bb2267a4544b2b219053a9f8591811 (diff)
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency gitlab-styles to ~> 7.1.0 See merge request gitlab-org/gitlab-docs!2777
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index f0d34195..627d07b7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,7 @@ 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', '~> 7.0.0', require: false
+ gem 'gitlab-styles', '~> 7.1.0', require: false
end
group :development, :danger do
diff --git a/Gemfile.lock b/Gemfile.lock
index 94a200b9..2784a3a2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (7.0.2.4)
+ activesupport (7.0.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -92,7 +92,7 @@ GEM
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
- gitlab-styles (7.0.0)
+ gitlab-styles (7.1.0)
rubocop (~> 0.91, >= 0.91.1)
rubocop-gitlab-security (~> 0.1.1)
rubocop-graphql (~> 0.10)
@@ -189,7 +189,7 @@ GEM
pry (~> 0.13.0)
public_suffix (4.0.7)
racc (1.6.0)
- rack (2.2.3)
+ rack (2.2.3.1)
rack-livereload (0.3.17)
rack
rainbow (3.1.1)
@@ -198,7 +198,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rchardet (1.8.0)
- regexp_parser (2.3.1)
+ regexp_parser (2.5.0)
rexml (3.2.5)
rouge (3.28.0)
rspec (3.11.0)
@@ -223,11 +223,11 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
- rubocop-ast (1.17.0)
+ rubocop-ast (1.18.0)
parser (>= 3.1.1.0)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
- rubocop-graphql (0.14.2)
+ rubocop-graphql (0.14.3)
rubocop (>= 0.87, < 2)
rubocop-performance (1.9.2)
rubocop (>= 0.90.0, < 2.0)
@@ -270,7 +270,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.0)
gitlab-dangerfiles (~> 3.1.0)
- gitlab-styles (~> 7.0.0)
+ gitlab-styles (~> 7.1.0)
gitlab_kramdown (~> 0.19.0)
highline (~> 2.0.0)
nanoc (~> 4.12.0)