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>2022-03-03 00:16:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-03 00:16:54 +0300
commitbd091da6d5cb036cf3c58d4ba5671f931c8381e1 (patch)
tree285571eaae458aa65fb2dc8de115ef98dc98f39e /Gemfile
parentad4dfa2eb4a24a56fbdcf838fc28f2a5b2b6a3a0 (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 dcaaff7e93a..6654d53c44d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -398,7 +398,7 @@ group :development, :test do
end
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 2.10.1', require: false
+ gem 'gitlab-dangerfiles', '~> 2.10.2', require: false
end
group :development, :test, :coverage do