Skip to content

Commit ce13aca

Browse files
author
GitLab Renovate Bot
committed
Update dependency gitlab-dangerfiles to '~> 4.8.0'
1 parent 0d5dbb7 commit ce13aca

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ group :development, :test do
66
end
77

88
group :development, :danger do
9-
gem 'gitlab-dangerfiles', '~> 4.7.0'
9+
gem 'gitlab-dangerfiles', '~> 4.8.0'
1010
end

Gemfile.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
claide (1.1.0)
78
claide-plugins (0.9.2)
89
cork
@@ -11,6 +12,7 @@ GEM
1112
colored2 (3.1.2)
1213
cork (0.3.0)
1314
colored2 (~> 3.1)
15+
csv (3.3.0)
1416
danger (9.4.3)
1517
claide (~> 1.0)
1618
claide-plugins (>= 0.9.2)
@@ -28,7 +30,7 @@ GEM
2830
danger
2931
gitlab (~> 4.2, >= 4.2.0)
3032
diff-lcs (1.5.1)
31-
faraday (2.9.0)
33+
faraday (2.9.2)
3234
faraday-net_http (>= 2.0, < 3.2)
3335
faraday-http-cache (2.5.1)
3436
faraday (>= 0.8)
@@ -37,22 +39,24 @@ GEM
3739
git (1.19.1)
3840
addressable (~> 2.8)
3941
rchardet (~> 1.8)
40-
gitlab (4.19.0)
42+
gitlab (4.20.1)
4143
httparty (~> 0.20)
4244
terminal-table (>= 1.5.1)
43-
gitlab-dangerfiles (4.7.0)
45+
gitlab-dangerfiles (4.8.0)
4446
danger (>= 9.3.0)
4547
danger-gitlab (>= 8.0.0)
4648
rake (~> 13.0)
47-
httparty (0.21.0)
49+
httparty (0.22.0)
50+
csv
4851
mini_mime (>= 1.0.0)
4952
multi_xml (>= 0.5.2)
5053
kramdown (2.4.0)
5154
rexml
5255
kramdown-parser-gfm (1.1.0)
5356
kramdown (~> 2.0)
5457
mini_mime (1.1.5)
55-
multi_xml (0.6.0)
58+
multi_xml (0.7.1)
59+
bigdecimal (~> 3.1)
5660
nap (1.1.0)
5761
net-http (0.4.1)
5862
uri
@@ -61,10 +65,11 @@ GEM
6165
faraday (>= 1, < 3)
6266
sawyer (~> 0.9)
6367
open4 (1.3.4)
64-
public_suffix (5.0.4)
65-
rake (13.1.0)
68+
public_suffix (5.1.1)
69+
rake (13.2.1)
6670
rchardet (1.8.0)
67-
rexml (3.2.6)
71+
rexml (3.3.1)
72+
strscan
6873
rspec (3.13.0)
6974
rspec-core (~> 3.13.0)
7075
rspec-expectations (~> 3.13.0)
@@ -81,6 +86,7 @@ GEM
8186
sawyer (0.9.2)
8287
addressable (>= 2.3.5)
8388
faraday (>= 0.17.3, < 3)
89+
strscan (3.1.0)
8490
terminal-table (3.0.2)
8591
unicode-display_width (>= 1.1.1, < 3)
8692
unicode-display_width (2.5.0)
@@ -91,9 +97,9 @@ PLATFORMS
9197
ruby
9298

9399
DEPENDENCIES
94-
gitlab-dangerfiles (~> 4.7.0)
100+
gitlab-dangerfiles (~> 4.8.0)
95101
rspec (~> 3.13.0)
96102
webrick (~> 1.8, >= 1.8.1)
97103

98104
BUNDLED WITH
99-
2.5.6
105+
2.5.11

0 commit comments

Comments
 (0)