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-07-17 04:22:05 +0300
committerEvan Read <eread@gitlab.com>2023-07-17 04:22:05 +0300
commit122506f1bb2b8bb93d678bd0f3f574352072883a (patch)
tree8816e858ccd316cf7f1b335780062b49c29c8a31
parentbdfcb21a97c88f4a930ee2bc95d7798272e1acfb (diff)
parent1c851932cd7f33f92e34ac1e543850fcfe31c4a2 (diff)
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency gitlab-dangerfiles to '~> 3.12.0' See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4075 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.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 2d57ce9d..96c2bee8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,5 +31,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.11.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.12.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 97cdce62..35cc6720 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -62,7 +62,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
- faraday (2.7.7)
+ faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.5.0)
@@ -75,7 +75,7 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-dangerfiles (3.11.0)
+ gitlab-dangerfiles (3.12.0)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
@@ -185,7 +185,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (4.0.6)
stringio
- public_suffix (5.0.1)
+ public_suffix (5.0.3)
racc (1.6.2)
rack (3.0.8)
rack-livereload (0.5.1)
@@ -307,7 +307,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.4)
- gitlab-dangerfiles (~> 3.11.0)
+ gitlab-dangerfiles (~> 3.12.0)
gitlab-styles (~> 10.1.0)
gitlab_kramdown (~> 0.27.0)
highline (~> 2.1.0)
@@ -324,4 +324,4 @@ DEPENDENCIES
webrick (~> 1.8, >= 1.8.1)
BUNDLED WITH
- 2.4.14
+ 2.4.16