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-05-04 00:09:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-04 00:09:25 +0300
commit456ab418aad4faa85ad1ad442d0745e6cfe160d6 (patch)
tree0b0ef49023e178616449a2658136093ff36f7ab8 /Gemfile
parent03717bbc9fa4112a0cbc48f613f416f2aa1c6cbb (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 297b3025507..68bd5bc0cf7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -433,7 +433,7 @@ group :development, :test do
end
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 3.8.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.9.0', require: false
end
group :development, :test, :coverage do