Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-04 03:08:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-04 03:08:19 +0300
commitda37005e4575681fbdecaed11cf9528b2673b6ea (patch)
treeedd418d904576a1caf28ba7cf0aff3f4c6f0466f /Gemfile
parent71c3596b1dfda5dca5d25357fe92f442647a8f5b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f6f87996ae4..15acea5383f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -434,7 +434,7 @@ group :development, :test do
end
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 3.7.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.8.0', require: false
end
group :development, :test, :coverage do