Skip to content

Commit 4a17b36

Browse files
Bump danger from 9.5.1 to 9.5.3
Bumps [danger](https://github.com/danger/danger) from 9.5.1 to 9.5.3. - [Release notes](https://github.com/danger/danger/releases) - [Changelog](https://github.com/danger/danger/blob/master/CHANGELOG.md) - [Commits](danger/danger@v9.5.1...v9.5.3) --- updated-dependencies: - dependency-name: danger dependency-version: 9.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e71b36b commit 4a17b36

File tree

1 file changed

+38
-9
lines changed

1 file changed

+38
-9
lines changed

Gemfile.lock

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,53 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (8.0.2)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
417
addressable (2.8.7)
518
public_suffix (>= 2.0.2, < 7.0)
619
base64 (0.3.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.2)
722
claide (1.1.0)
823
claide-plugins (0.9.2)
924
cork
1025
nap
1126
open4 (~> 1.3)
1227
colored2 (3.1.2)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.3)
1330
cork (0.3.0)
1431
colored2 (~> 3.1)
15-
danger (9.5.1)
32+
danger (9.5.3)
1633
base64 (~> 0.2)
1734
claide (~> 1.0)
1835
claide-plugins (>= 0.9.2)
19-
colored2 (~> 3.1)
36+
colored2 (>= 3.1, < 5)
2037
cork (~> 0.1)
2138
faraday (>= 0.9.0, < 3.0)
2239
faraday-http-cache (~> 2.0)
23-
git (~> 1.13)
24-
kramdown (~> 2.3)
40+
git (>= 1.13, < 3.0)
41+
kramdown (>= 2.5.1, < 3.0)
2542
kramdown-parser-gfm (~> 1.0)
2643
octokit (>= 4.0)
2744
pstore (~> 0.1)
28-
terminal-table (>= 1, < 4)
45+
terminal-table (>= 1, < 5)
2946
danger-swiftlint (0.37.1)
3047
danger
3148
rake (> 10)
3249
thor (~> 1.0.0)
50+
drb (2.2.3)
3351
faraday (2.13.1)
3452
faraday-net_http (>= 2.0, < 3.5)
3553
json
@@ -38,22 +56,28 @@ GEM
3856
faraday (>= 0.8)
3957
faraday-net_http (3.4.1)
4058
net-http (>= 0.5.0)
41-
git (1.19.1)
59+
git (2.3.3)
60+
activesupport (>= 5.0)
4261
addressable (~> 2.8)
62+
process_executer (~> 1.1)
4363
rchardet (~> 1.8)
64+
i18n (1.14.7)
65+
concurrent-ruby (~> 1.0)
4466
json (2.12.2)
4567
kramdown (2.5.1)
4668
rexml (>= 3.3.9)
4769
kramdown-parser-gfm (1.1.0)
4870
kramdown (~> 2.0)
4971
logger (1.7.0)
72+
minitest (5.25.5)
5073
nap (1.1.0)
5174
net-http (0.6.0)
5275
uri
5376
octokit (10.0.0)
5477
faraday (>= 1, < 3)
5578
sawyer (~> 0.9)
5679
open4 (1.3.4)
80+
process_executer (1.3.0)
5781
pstore (0.2.0)
5882
public_suffix (6.0.2)
5983
rake (13.3.0)
@@ -62,10 +86,15 @@ GEM
6286
sawyer (0.9.2)
6387
addressable (>= 2.3.5)
6488
faraday (>= 0.17.3, < 3)
65-
terminal-table (3.0.2)
66-
unicode-display_width (>= 1.1.1, < 3)
89+
securerandom (0.4.1)
90+
terminal-table (4.0.0)
91+
unicode-display_width (>= 1.1.1, < 4)
6792
thor (1.0.1)
68-
unicode-display_width (2.6.0)
93+
tzinfo (2.0.6)
94+
concurrent-ruby (~> 1.0)
95+
unicode-display_width (3.1.4)
96+
unicode-emoji (~> 4.0, >= 4.0.4)
97+
unicode-emoji (4.0.4)
6998
uri (1.0.3)
7099

71100
PLATFORMS

0 commit comments

Comments
 (0)