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>2022-11-28 05:07:32 +0300
committerEvan Read <eread@gitlab.com>2022-11-28 05:07:32 +0300
commitfa2b31e728128272d6ab4508ed219c6058a658d7 (patch)
treeab8db30b5eb60f05eed5410080b3517b4f46edf7
parentce66e3f9b43bebc6a2f263238ae3eeec890c25da (diff)
parent901ab7fa0aaa3af83acc48cdec0fe899ea2c0d0b (diff)
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency gitlab-dangerfiles to '~> 3.6.3' See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3312 Merged-by: Evan Read <eread@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index f302bcd5..0f86e18c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,5 +30,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.6.2', require: false
+ gem 'gitlab-dangerfiles', '~> 3.6.3', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index a111ece6..1367cccb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,7 +35,7 @@ GEM
cork (0.3.0)
colored2 (~> 3.1)
cri (2.15.11)
- danger (9.0.0)
+ danger (9.1.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
@@ -91,7 +91,7 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-dangerfiles (3.6.2)
+ gitlab-dangerfiles (3.6.3)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
@@ -299,7 +299,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.4)
- gitlab-dangerfiles (~> 3.6.2)
+ gitlab-dangerfiles (~> 3.6.3)
gitlab-styles (~> 9.1.0)
gitlab_kramdown (~> 0.22.0)
highline (~> 2.0.3)
@@ -315,4 +315,4 @@ DEPENDENCIES
simplecov-cobertura (~> 2.1.0)
BUNDLED WITH
- 2.3.25
+ 2.3.26