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-01-19 09:07:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-19 09:07:23 +0300
commit5a38951c4dd8d81749ae491c8e3355b01f067168 (patch)
tree8a9fa41ee56aea74c4a5264283ca16b178417dce /Gemfile
parent0cee6f1577cd31cae7dc0e82f65dcad462a4d18a (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 9dc76a7a7fd..e4649d2b7c6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -421,7 +421,7 @@ group :development, :test do
end
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 3.6.4', require: false
+ gem 'gitlab-dangerfiles', '~> 3.6.5', require: false
end
group :development, :test, :coverage do