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-09 22:18:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-09 22:18:25 +0300
commit83d508109f1ef42368883caa5ed2ffe72ea21399 (patch)
tree342a5da7ec74624212108c7c7c6fdc572a37c78f /Gemfile
parent684921fd9ea9ae521ed736b155c0d01599a94e84 (diff)
Add latest changes from gitlab-org/gitlab@15-11-stable-ee
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5c2d39a6692..25fbc65d271 100644
--- a/Gemfile
+++ b/Gemfile
@@ -435,7 +435,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