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>2023-09-18 04:07:04 +0300
committerEvan Read <eread@gitlab.com>2023-09-18 04:07:04 +0300
commitb45cde09d1d897f82ee72e91ead47d0cd44811c4 (patch)
treed1c83ad9acfb9dc99ec9891fb1cc48e480212fe9
parentf195c603b7c742cad094a7a4e6320e083afb749c (diff)
parent3b693460ecb5bca10cd948e81d14292255b7b3fa (diff)
Merge branch 'renovate/major-ruby-dependencies' into 'main'
Update dependency gitlab-dangerfiles to v4 See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4257 Merged-by: Evan Read <eread@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock24
2 files changed, 14 insertions, 12 deletions
diff --git a/Gemfile b/Gemfile
index 2b7d9d1d..0d80a0e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,5 +31,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.13.0', require: false
+ gem 'gitlab-dangerfiles', '~> 4.0.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 1c1e47d1..ece82361 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -21,6 +21,7 @@ GEM
asciidoctor-plantuml (0.0.16)
asciidoctor (>= 2.0.17, < 3.0.0)
ast (2.4.2)
+ base64 (0.1.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
@@ -37,18 +38,18 @@ GEM
cork (0.3.0)
colored2 (~> 3.1)
cri (2.15.11)
- danger (9.3.0)
+ danger (9.3.1)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (>= 0.9.0, < 3.0)
faraday-http-cache (~> 2.0)
- git (~> 1.13.0)
+ git (~> 1.13)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
- octokit (~> 5.0)
+ octokit (~> 6.0)
terminal-table (>= 1, < 4)
danger-gitlab (8.0.0)
danger
@@ -62,21 +63,22 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
- faraday (2.7.10)
+ faraday (2.7.11)
+ base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.5.0)
faraday (>= 0.8)
faraday-net_http (3.0.2)
ffi (1.15.5)
- git (1.13.2)
+ git (1.18.0)
addressable (~> 2.8)
rchardet (~> 1.8)
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-dangerfiles (3.13.0)
- danger (>= 8.4.5)
+ gitlab-dangerfiles (4.0.0)
+ danger (>= 9.3.0)
danger-gitlab (>= 8.0.0)
rake
gitlab-styles (10.1.0)
@@ -116,7 +118,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
memo_wise (1.7.0)
method_source (1.0.0)
- mini_mime (1.1.2)
+ mini_mime (1.1.5)
mini_portile2 (2.8.2)
minitest (5.18.1)
multi_xml (0.6.0)
@@ -163,7 +165,7 @@ GEM
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
- octokit (5.6.1)
+ octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
@@ -307,7 +309,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.4)
- gitlab-dangerfiles (~> 3.13.0)
+ gitlab-dangerfiles (~> 4.0.0)
gitlab-styles (~> 10.1.0)
gitlab_kramdown (~> 0.27.0)
highline (~> 2.1.0)
@@ -324,4 +326,4 @@ DEPENDENCIES
webrick (~> 1.8, >= 1.8.1)
BUNDLED WITH
- 2.4.18
+ 2.4.19