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:
authorEvan Read <eread@gitlab.com>2022-09-12 04:18:29 +0300
committerEvan Read <eread@gitlab.com>2022-09-12 04:18:29 +0300
commit05fa4af5580b6efa76d6cbe5fbd6b11f07855e65 (patch)
treefca5b74415160b5514bf6327c72c06ac4db49177
parentf27a8835fe6310d92f9a2faa6a9fc2d440698421 (diff)
parentd4c0d5fd5a955af34b383a348509d8e4a7c949cb (diff)
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency gitlab-dangerfiles to '~> 3.5.2' See merge request gitlab-org/gitlab-docs!3091
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock10
2 files changed, 6 insertions, 6 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
diff --git a/Gemfile.lock b/Gemfile.lock
index f0cffc04..dc059673 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,7 +35,7 @@ GEM
cork (0.3.0)
colored2 (~> 3.1)
cri (2.15.11)
- danger (8.6.1)
+ danger (9.0.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
@@ -46,7 +46,7 @@ GEM
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
- octokit (~> 4.7)
+ octokit (~> 5.0)
terminal-table (>= 1, < 4)
danger-gitlab (8.0.0)
danger
@@ -90,7 +90,7 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-dangerfiles (3.5.1)
+ gitlab-dangerfiles (3.5.2)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
@@ -175,7 +175,7 @@ GEM
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
- octokit (4.25.1)
+ octokit (5.4.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
@@ -288,7 +288,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.4)
- gitlab-dangerfiles (~> 3.5.1)
+ gitlab-dangerfiles (~> 3.5.2)
gitlab-styles (~> 8.0.0)
gitlab_kramdown (~> 0.19.0)
highline (~> 2.0.3)