Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2022-04-20 07:39:40 +0300
committerJames Fargher <proglottis@gmail.com>2022-04-20 07:39:40 +0300
commit53768dae0bc6395d2b80438286723a912aa50921 (patch)
tree7dafe97b62b22a388b5eb1b44013108cb4ebe709
parent0ef7c06721bfa158a8cf11d6c0140137048ab19f (diff)
parent811eb4ddc30ee12204f29450a25183ecc346d4a1 (diff)
Merge branch 'eread/update-version-of-danger-files-dependency' into 'master'
Update version of danger-files dependency See merge request gitlab-org/gitaly!4485
-rw-r--r--danger/Gemfile2
-rw-r--r--danger/Gemfile.lock19
2 files changed, 11 insertions, 10 deletions
diff --git a/danger/Gemfile b/danger/Gemfile
index 5f3463039..0d89eafbc 100644
--- a/danger/Gemfile
+++ b/danger/Gemfile
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
-gem 'gitlab-dangerfiles', '~> 2.11.0', require: false
+gem 'gitlab-dangerfiles', '~> 3.1.0', require: false
diff --git a/danger/Gemfile.lock b/danger/Gemfile.lock
index c4699bb11..6dc374878 100644
--- a/danger/Gemfile.lock
+++ b/danger/Gemfile.lock
@@ -11,7 +11,7 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
- danger (8.4.5)
+ danger (8.6.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
@@ -52,18 +52,19 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
- 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 (2.11.0)
+ gitlab-dangerfiles (3.1.0)
danger (>= 8.4.5)
danger-gitlab (>= 8.0.0)
+ rake
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
- kramdown (2.3.1)
+ kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
@@ -78,7 +79,8 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
- public_suffix (4.0.6)
+ public_suffix (4.0.7)
+ rake (13.0.6)
rchardet (1.8.0)
rexml (3.2.5)
ruby2_keywords (0.0.5)
@@ -90,11 +92,10 @@ GEM
unicode-display_width (2.1.0)
PLATFORMS
- x86_64-darwin-21
- x86_64-linux
+ ruby
DEPENDENCIES
- gitlab-dangerfiles (~> 2.11.0)
+ gitlab-dangerfiles (~> 3.1.0)
BUNDLED WITH
- 2.2.22
+ 2.2.33