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>2023-08-07 03:18:57 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-07 03:18:57 +0300
commit5de7fc607bfd68c44711f9cdb8ccb53e5d8b4f6d (patch)
tree363faf54f2b37ed7d96a38238e82a6246e1e87f4 /Gemfile
parent3e7bae6439e7554cab9f78ab83594c0678bc7ebd (diff)
Update dependency gitlab-dangerfiles to '~> 3.13.0'
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 96c2bee8..63423d4a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,5 +31,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.12.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.13.0', require: false
end