Skip to content

Commit f2b10cd

Browse files
Bump kramdown from 1.17.0 to 2.3.0
Bumps [kramdown](https://github.com/gettalong/kramdown) from 1.17.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 57f602a commit f2b10cd

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

Gemfile.lock

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ GEM
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
1919
concurrent-ruby (1.1.6)
20-
dnsruby (1.61.3)
21-
addressable (~> 2.5)
20+
dnsruby (1.61.4)
21+
simpleidn (~> 0.1)
2222
em-websocket (0.5.1)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
@@ -31,9 +31,9 @@ GEM
3131
ffi (1.13.1)
3232
forwardable-extended (2.6.0)
3333
gemoji (3.0.1)
34-
github-pages (206)
34+
github-pages (207)
3535
github-pages-health-check (= 1.16.1)
36-
jekyll (= 3.8.7)
36+
jekyll (= 3.9.0)
3737
jekyll-avatar (= 0.7.0)
3838
jekyll-coffeescript (= 1.1.1)
3939
jekyll-commonmark-ghpages (= 0.1.6)
@@ -67,7 +67,8 @@ GEM
6767
jekyll-theme-time-machine (= 0.1.1)
6868
jekyll-titles-from-headings (= 0.5.3)
6969
jemoji (= 0.11.1)
70-
kramdown (= 1.17.0)
70+
kramdown (= 2.3.0)
71+
kramdown-parser-gfm (= 1.1.0)
7172
liquid (= 4.0.3)
7273
mercenary (~> 0.3)
7374
minima (= 2.5.1)
@@ -86,14 +87,14 @@ GEM
8687
http_parser.rb (0.6.0)
8788
i18n (0.9.5)
8889
concurrent-ruby (~> 1.0)
89-
jekyll (3.8.7)
90+
jekyll (3.9.0)
9091
addressable (~> 2.4)
9192
colorator (~> 1.0)
9293
em-websocket (~> 0.5)
9394
i18n (~> 0.7)
9495
jekyll-sass-converter (~> 1.0)
9596
jekyll-watch (~> 2.0)
96-
kramdown (~> 1.14)
97+
kramdown (>= 1.17, < 3)
9798
liquid (~> 4.0)
9899
mercenary (~> 0.3.3)
99100
pathutil (~> 0.9)
@@ -191,7 +192,10 @@ GEM
191192
gemoji (~> 3.0)
192193
html-pipeline (~> 2.2)
193194
jekyll (>= 3.0, < 5.0)
194-
kramdown (1.17.0)
195+
kramdown (2.3.0)
196+
rexml
197+
kramdown-parser-gfm (1.1.0)
198+
kramdown (~> 2.0)
195199
liquid (4.0.3)
196200
listen (3.2.1)
197201
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -204,7 +208,7 @@ GEM
204208
jekyll-seo-tag (~> 2.1)
205209
minitest (5.14.1)
206210
multipart-post (2.1.1)
207-
nokogiri (1.10.9)
211+
nokogiri (1.10.10)
208212
mini_portile2 (~> 2.4.0)
209213
octokit (4.18.0)
210214
faraday (>= 0.9)
@@ -216,6 +220,7 @@ GEM
216220
rb-fsevent (0.10.4)
217221
rb-inotify (0.10.1)
218222
ffi (~> 1.0)
223+
rexml (3.2.4)
219224
rouge (3.19.0)
220225
ruby-enum (0.8.0)
221226
i18n
@@ -229,21 +234,26 @@ GEM
229234
sawyer (0.8.2)
230235
addressable (>= 2.3.5)
231236
faraday (> 0.8, < 2.0)
237+
simpleidn (0.1.1)
238+
unf (~> 0.1.4)
232239
terminal-table (1.8.0)
233240
unicode-display_width (~> 1.1, >= 1.1.1)
234241
thread_safe (0.3.6)
235242
typhoeus (1.4.0)
236243
ethon (>= 0.9.0)
237244
tzinfo (1.2.7)
238245
thread_safe (~> 0.1)
246+
unf (0.1.4)
247+
unf_ext
248+
unf_ext (0.0.7.7)
239249
unicode-display_width (1.7.0)
240-
zeitwerk (2.3.0)
250+
zeitwerk (2.4.0)
241251

242252
PLATFORMS
243253
ruby
244254

245255
DEPENDENCIES
246-
github-pages (= 206)
256+
github-pages (= 207)
247257
rack
248258

249259
BUNDLED WITH

0 commit comments

Comments
 (0)