Skip to content

Commit 0624b56

Browse files
committed
Update gems
1 parent 2db9a0a commit 0624b56

File tree

2 files changed

+31
-13
lines changed

2 files changed

+31
-13
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source "https://rubygems.org"
1111
# Happy Jekylling!
1212

1313
gem 'jekyll', '~> 3.5'
14+
gem 'kramdown', '>= 2.3.0'
1415

1516
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1617

Gemfile.lock

+30-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.1)
4+
activesupport (6.0.3.2)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -16,24 +16,26 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.6)
20-
dnsruby (1.61.3)
21-
addressable (~> 2.5)
19+
concurrent-ruby (1.1.7)
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)
2525
ethon (0.12.0)
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
28+
eventmachine (1.2.7-x64-mingw32)
2829
execjs (2.7.0)
2930
faraday (1.0.1)
3031
multipart-post (>= 1.2, < 3)
31-
ffi (1.13.0)
32+
ffi (1.13.1)
33+
ffi (1.13.1-x64-mingw32)
3234
forwardable-extended (2.6.0)
3335
gemoji (3.0.1)
34-
github-pages (206)
36+
github-pages (207)
3537
github-pages-health-check (= 1.16.1)
36-
jekyll (= 3.8.7)
38+
jekyll (= 3.9.0)
3739
jekyll-avatar (= 0.7.0)
3840
jekyll-coffeescript (= 1.1.1)
3941
jekyll-commonmark-ghpages (= 0.1.6)
@@ -67,7 +69,8 @@ GEM
6769
jekyll-theme-time-machine (= 0.1.1)
6870
jekyll-titles-from-headings (= 0.5.3)
6971
jemoji (= 0.11.1)
70-
kramdown (= 1.17.0)
72+
kramdown (= 2.3.0)
73+
kramdown-parser-gfm (= 1.1.0)
7174
liquid (= 4.0.3)
7275
mercenary (~> 0.3)
7376
minima (= 2.5.1)
@@ -86,14 +89,14 @@ GEM
8689
http_parser.rb (0.6.0)
8790
i18n (0.9.5)
8891
concurrent-ruby (~> 1.0)
89-
jekyll (3.8.7)
92+
jekyll (3.9.0)
9093
addressable (~> 2.4)
9194
colorator (~> 1.0)
9295
em-websocket (~> 0.5)
9396
i18n (~> 0.7)
9497
jekyll-sass-converter (~> 1.0)
9598
jekyll-watch (~> 2.0)
96-
kramdown (~> 1.14)
99+
kramdown (>= 1.17, < 3)
97100
liquid (~> 4.0)
98101
mercenary (~> 0.3.3)
99102
pathutil (~> 0.9)
@@ -191,7 +194,10 @@ GEM
191194
gemoji (~> 3.0)
192195
html-pipeline (~> 2.2)
193196
jekyll (>= 3.0, < 5.0)
194-
kramdown (1.17.0)
197+
kramdown (2.3.0)
198+
rexml
199+
kramdown-parser-gfm (1.1.0)
200+
kramdown (~> 2.0)
195201
liquid (4.0.3)
196202
listen (3.2.1)
197203
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -204,7 +210,9 @@ GEM
204210
jekyll-seo-tag (~> 2.1)
205211
minitest (5.14.1)
206212
multipart-post (2.1.1)
207-
nokogiri (1.10.9)
213+
nokogiri (1.10.10)
214+
mini_portile2 (~> 2.4.0)
215+
nokogiri (1.10.10-x64-mingw32)
208216
mini_portile2 (~> 2.4.0)
209217
octokit (4.18.0)
210218
faraday (>= 0.9)
@@ -215,6 +223,7 @@ GEM
215223
rb-fsevent (0.10.4)
216224
rb-inotify (0.10.1)
217225
ffi (~> 1.0)
226+
rexml (3.2.4)
218227
rouge (3.19.0)
219228
ruby-enum (0.8.0)
220229
i18n
@@ -228,25 +237,33 @@ GEM
228237
sawyer (0.8.2)
229238
addressable (>= 2.3.5)
230239
faraday (> 0.8, < 2.0)
240+
simpleidn (0.1.1)
241+
unf (~> 0.1.4)
231242
terminal-table (1.8.0)
232243
unicode-display_width (~> 1.1, >= 1.1.1)
233244
thread_safe (0.3.6)
234245
typhoeus (1.4.0)
235246
ethon (>= 0.9.0)
236247
tzinfo (1.2.7)
237248
thread_safe (~> 0.1)
249+
unf (0.1.4)
250+
unf_ext
251+
unf_ext (0.0.7.7)
252+
unf_ext (0.0.7.7-x64-mingw32)
238253
unicode-display_width (1.7.0)
239-
zeitwerk (2.3.0)
254+
zeitwerk (2.4.0)
240255

241256
PLATFORMS
242257
ruby
258+
x64-mingw32
243259

244260
DEPENDENCIES
245261
github-pages
246262
jekyll (~> 3.5)
247263
jekyll-feed
248264
jekyll-seo-tag
249265
jekyll-sitemap
266+
kramdown (>= 2.3.0)
250267

251268
BUNDLED WITH
252269
2.1.4

0 commit comments

Comments
 (0)