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-04-25 03:20:06 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-04-25 03:20:06 +0300
commita3b445f6939edeae32685dc536f04132a3f48dd3 (patch)
tree2b9c7c63a156a6c5c1b6652850234b507be83d54
parent0fff62390d1a2212ac0908d00b98cc3629bbe24d (diff)
Update dependency gitlab-dangerfiles to ~> 3.1.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock12
2 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index a4e0d7c4..1db59901 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,5 +25,5 @@ group :test, :development do
end
group :development, :danger do
- gem 'gitlab-dangerfiles', '~> 3.0.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.1.0', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index bf9d756b..3ba62a08 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -34,7 +34,7 @@ GEM
cork (0.3.0)
colored2 (~> 3.1)
cri (2.15.11)
- danger (8.5.0)
+ danger (8.6.1)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
@@ -83,12 +83,12 @@ GEM
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
- git (1.10.2)
+ git (1.11.0)
rchardet (~> 1.8)
gitlab (4.18.0)
httparty (~> 0.18)
terminal-table (>= 1.5.1)
- gitlab-dangerfiles (3.0.0)
+ gitlab-dangerfiles (3.1.0)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
rake
@@ -114,7 +114,7 @@ GEM
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json_schema (0.21.0)
- kramdown (2.3.1)
+ kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
@@ -187,7 +187,7 @@ GEM
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
- public_suffix (4.0.6)
+ public_suffix (4.0.7)
racc (1.6.0)
rack (2.2.3)
rack-livereload (0.3.17)
@@ -269,7 +269,7 @@ PLATFORMS
DEPENDENCIES
builder (~> 3.2.0)
- gitlab-dangerfiles (~> 3.0.0)
+ gitlab-dangerfiles (~> 3.1.0)
gitlab-styles (~> 7.0.0)
gitlab_kramdown (~> 0.18.0)
highline (~> 2.0.0)