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-11-28 03:17:12 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-11-28 03:17:12 +0300
commit901ab7fa0aaa3af83acc48cdec0fe899ea2c0d0b (patch)
tree0d365bca49ce93b846a4a7e5a6f0db5682484493 /Gemfile
parent7fbb5e1313ebde811877044e87f444a0a283fed4 (diff)
Update dependency gitlab-dangerfiles to '~> 3.6.3'
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 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