Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-09-12 03:15:58 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-09-12 03:15:58 +0300
commitd4c0d5fd5a955af34b383a348509d8e4a7c949cb (patch)
tree26b0304a77ccb7fe54b2fd4a60d8a343e8934834 /Gemfile
parentc677161cf8cd2a3a28f64d5d7338391b94df56b8 (diff)
Update dependency gitlab-dangerfiles to '~> 3.5.2'
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8a26eed6..a7bec070 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,5 +28,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.5.1', require: false
+ gem 'gitlab-dangerfiles', '~> 3.5.2', require: false
end