Skip to content

Commit 4727e3b

Browse files
Bump kramdown from 1.15.0 to 2.3.0
Bumps [kramdown](https://github.com/gettalong/kramdown) from 1.15.0 to 2.3.0. - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1ffb28 commit 4727e3b

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

Gemfile.lock

+29-21
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
addressable (2.5.2)
11-
public_suffix (>= 2.0.2, < 4.0)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1212
ast (2.3.0)
13-
claide (1.0.2)
13+
claide (1.0.3)
1414
claide-plugins (0.9.2)
1515
cork
1616
nap
@@ -19,28 +19,30 @@ GEM
1919
colored2 (3.1.2)
2020
cork (0.3.0)
2121
colored2 (~> 3.1)
22-
danger (5.5.2)
22+
danger (8.0.4)
2323
claide (~> 1.0)
2424
claide-plugins (>= 0.9.2)
2525
colored2 (~> 3.1)
2626
cork (~> 0.1)
27-
faraday (~> 0.9)
28-
faraday-http-cache (~> 1.0)
29-
git (~> 1)
30-
kramdown (~> 1.5)
27+
faraday (>= 0.9.0, < 2.0)
28+
faraday-http-cache (~> 2.0)
29+
git (~> 1.7)
30+
kramdown (~> 2.0)
31+
kramdown-parser-gfm (~> 1.0)
3132
no_proxy_fix
3233
octokit (~> 4.7)
3334
terminal-table (~> 1)
3435
danger-plugin-api (1.0.0)
3536
danger (> 2.0)
3637
diff-lcs (1.2.5)
37-
faraday (0.13.1)
38+
faraday (1.0.1)
3839
multipart-post (>= 1.2, < 3)
39-
faraday-http-cache (1.3.1)
40-
faraday (~> 0.8)
40+
faraday-http-cache (2.2.0)
41+
faraday (>= 0.8)
4142
ffi (1.9.14)
4243
formatador (0.2.5)
43-
git (1.3.0)
44+
git (1.7.0)
45+
rchardet (~> 1.8)
4446
guard (2.14.0)
4547
formatador (>= 0.2.4)
4648
listen (>= 2.7, < 4.0)
@@ -55,20 +57,24 @@ GEM
5557
guard (~> 2.1)
5658
guard-compat (~> 1.1)
5759
rspec (>= 2.99.0, < 4.0)
58-
kramdown (1.15.0)
60+
kramdown (2.3.0)
61+
rexml
62+
kramdown-parser-gfm (1.1.0)
63+
kramdown (~> 2.0)
5964
listen (3.0.7)
6065
rb-fsevent (>= 0.9.3)
6166
rb-inotify (>= 0.9.7)
6267
lumberjack (1.0.10)
6368
method_source (0.8.2)
64-
multipart-post (2.0.0)
69+
multipart-post (2.1.1)
6570
nap (1.1.0)
6671
nenv (0.3.0)
67-
no_proxy_fix (0.1.1)
72+
no_proxy_fix (0.1.2)
6873
notiffany (0.1.1)
6974
nenv (~> 0.1)
7075
shellany (~> 0.0)
71-
octokit (4.7.0)
76+
octokit (4.18.0)
77+
faraday (>= 0.9)
7278
sawyer (~> 0.8.0, >= 0.5.3)
7379
open4 (1.3.4)
7480
parallel (1.12.1)
@@ -79,12 +85,14 @@ GEM
7985
coderay (~> 1.1.0)
8086
method_source (~> 0.8.1)
8187
slop (~> 3.4)
82-
public_suffix (3.0.0)
88+
public_suffix (4.0.5)
8389
rainbow (3.0.0)
8490
rake (10.5.0)
8591
rb-fsevent (0.9.8)
8692
rb-inotify (0.9.7)
8793
ffi (>= 0.5.0)
94+
rchardet (1.8.0)
95+
rexml (3.2.4)
8896
rspec (3.5.0)
8997
rspec-core (~> 3.5.0)
9098
rspec-expectations (~> 3.5.0)
@@ -106,15 +114,15 @@ GEM
106114
ruby-progressbar (~> 1.7)
107115
unicode-display_width (~> 1.0, >= 1.0.1)
108116
ruby-progressbar (1.9.0)
109-
sawyer (0.8.1)
110-
addressable (>= 2.3.5, < 2.6)
111-
faraday (~> 0.8, < 1.0)
117+
sawyer (0.8.2)
118+
addressable (>= 2.3.5)
119+
faraday (> 0.8, < 2.0)
112120
shellany (0.0.1)
113121
slop (3.6.0)
114122
terminal-table (1.8.0)
115123
unicode-display_width (~> 1.1, >= 1.1.1)
116124
thor (0.19.4)
117-
unicode-display_width (1.1.3)
125+
unicode-display_width (1.7.0)
118126
yard (0.9.12)
119127

120128
PLATFORMS

0 commit comments

Comments
 (0)