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:
authorMarcel Amirault <mamirault@gitlab.com>2022-12-19 06:22:41 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-12-19 06:22:41 +0300
commit24441c477cd1028501c4415985dbf347f0f18df1 (patch)
tree2b9aeef30cd2b0ffe4307692db9a6c1b48e59646
parent45d6def9051e9ad7a6bb6a9abdf051e5328587c1 (diff)
parent2755bd99cb90086c41d6bf999211936f51bf7e27 (diff)
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency gitlab-dangerfiles to '~> 3.6.4' See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3381 Merged-by: Marcel Amirault <mamirault@gitlab.com> Approved-by: Marcel Amirault <mamirault@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index bac28bff..4784b0f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,5 +30,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.6.3', require: false
+ gem 'gitlab-dangerfiles', '~> 3.6.4', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 1ef5ac85..50f2bf5e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -85,13 +85,13 @@ GEM
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
- git (1.12.0)
+ git (1.13.0)
addressable (~> 2.8)
rchardet (~> 1.8)
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-dangerfiles (3.6.3)
+ gitlab-dangerfiles (3.6.4)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
@@ -198,7 +198,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (4.0.6)
stringio
- public_suffix (5.0.0)
+ public_suffix (5.0.1)
racc (1.6.0)
rack (2.2.4)
rack-livereload (0.3.17)
@@ -299,7 +299,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.4)
- gitlab-dangerfiles (~> 3.6.3)
+ gitlab-dangerfiles (~> 3.6.4)
gitlab-styles (~> 9.1.0)
gitlab_kramdown (~> 0.23.0)
highline (~> 2.0.3)