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-04-25 03:20:06 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-04-25 03:20:06 +0300
commita3b445f6939edeae32685dc536f04132a3f48dd3 (patch)
tree2b9c7c63a156a6c5c1b6652850234b507be83d54 /Gemfile
parent0fff62390d1a2212ac0908d00b98cc3629bbe24d (diff)
Update dependency gitlab-dangerfiles to ~> 3.1.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a4e0d7c4..1db59901 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,5 +25,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.0.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.1.0', require: false
end