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>2023-05-15 04:31:47 +0300
committerEvan Read <eread@gitlab.com>2023-05-15 04:31:47 +0300
commit9c58f4f6f5854e702107dd9841a9d7e4f1ec5c86 (patch)
tree315b11d38815aed24d87b83b7eb2c120df3e6f60
parent726cae78ea35b602f00112403223769219b4e0ca (diff)
parentba12a6ab72ba2a6d9f6bdba8f2f326ab31f1fe60 (diff)
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency gitlab-dangerfiles to '~> 3.10.0' See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3844 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.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index d2b4dafc..d220b7fe 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,5 +32,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.9.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.10.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index f86462b3..05b2da44 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -77,7 +77,7 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-dangerfiles (3.9.0)
+ gitlab-dangerfiles (3.10.0)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
@@ -298,7 +298,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.4)
- gitlab-dangerfiles (~> 3.9.0)
+ gitlab-dangerfiles (~> 3.10.0)
gitlab-styles (~> 10.0.0)
gitlab_kramdown (~> 0.26.0)
highline (~> 2.1.0)
@@ -316,4 +316,4 @@ DEPENDENCIES
webrick (~> 1.8, >= 1.8.1)
BUNDLED WITH
- 2.4.12
+ 2.4.13