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-06-20 03:23:25 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-06-20 03:23:25 +0300
commit84a2dde608546a3cc5891be03166d2da2d5bfb2f (patch)
treef023fb74a8e53484f9fd4c768980c51664ce62b4
parentce4f3c7885f68ac6516f50cd0af55c4c67b38b68 (diff)
Update dependency gitlab-dangerfiles to ~> 3.4.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index d1f790fa..d5b35a96 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,5 +27,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.1.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.4.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 6ca72247..7c387dd7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -88,7 +88,7 @@ GEM
gitlab (4.18.0)
httparty (~> 0.18)
terminal-table (>= 1.5.1)
- gitlab-dangerfiles (3.1.0)
+ gitlab-dangerfiles (3.4.0)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
@@ -173,7 +173,7 @@ GEM
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
- octokit (4.24.0)
+ octokit (4.25.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
@@ -273,7 +273,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.0)
- gitlab-dangerfiles (~> 3.1.0)
+ gitlab-dangerfiles (~> 3.4.0)
gitlab-styles (~> 7.1.0)
gitlab_kramdown (~> 0.20.0)
highline (~> 2.0.0)