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>2021-10-29 00:10:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-29 00:10:02 +0300
commitfe30694fcf7a4ff4919a6f05d9628721d63744e1 (patch)
tree03b76a37f44bfa03af712550b7525593e154ea76 /Gemfile
parentb267f3a3acf3fe4cf2a9bb254d7abeb3b2823b21 (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 e2b93f37d74..495169d4854 100644
--- a/Gemfile
+++ b/Gemfile
@@ -399,7 +399,7 @@ group :development, :test do
end
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 2.3.1', require: false
+ gem 'gitlab-dangerfiles', '~> 2.3.2', require: false
end
group :development, :test, :coverage do