Skip to content

Commit 638556c

Browse files
committed
1 parent d7cd6c4 commit 638556c

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

Gemfile

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ group :jekyll_plugins do
2020
gem "jekyll-twitter-plugin"
2121
gem 'jekyll-relative-links'
2222
gem 'jekyll-seo-tag'
23-
gem 'jekyll-toc'
23+
gem 'jekyll-toc', '>= 0.15.0'
2424
gem 'jekyll-gist'
2525
gem 'jekyll-paginate'
2626
gem 'jekyll-sitemap'
2727
end
2828

2929
gem "kramdown-math-katex"
30-
gem "jemoji"
30+
gem "jemoji", ">= 0.13.0"
3131

3232
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
3333
# and associated library.

Gemfile.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.5)
4+
activesupport (6.0.6.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.7)
11+
public_suffix (>= 2.0.2, < 7.0)
1212
colorator (1.1.0)
13-
concurrent-ruby (1.1.7)
14-
em-websocket (0.5.1)
13+
concurrent-ruby (1.3.5)
14+
em-websocket (0.5.3)
1515
eventmachine (>= 0.12.9)
16-
http_parser.rb (~> 0.6.0)
16+
http_parser.rb (~> 0)
1717
eventmachine (1.2.7)
1818
execjs (2.7.0)
1919
faraday (0.17.3)
2020
multipart-post (>= 1.2, < 3)
21-
ffi (1.13.1)
21+
ffi (1.17.2)
2222
forwardable-extended (2.6.0)
23-
gemoji (3.0.1)
24-
html-pipeline (2.14.0)
23+
gemoji (4.1.0)
24+
html-pipeline (2.14.3)
2525
activesupport (>= 2)
2626
nokogiri (>= 1.4)
27-
http_parser.rb (0.6.0)
28-
i18n (1.8.5)
27+
http_parser.rb (0.8.0)
28+
i18n (1.14.7)
2929
concurrent-ruby (~> 1.0)
3030
jekyll (4.1.1)
3131
addressable (~> 2.4)
@@ -57,44 +57,44 @@ GEM
5757
jekyll (>= 3.5, < 5.0)
5858
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
5959
rubyzip (>= 1.3.0, < 3.0)
60-
jekyll-sass-converter (2.1.0)
60+
jekyll-sass-converter (2.2.0)
6161
sassc (> 2.0.1, < 3.0)
6262
jekyll-seo-tag (2.6.1)
6363
jekyll (>= 3.3, < 5.0)
6464
jekyll-sitemap (1.4.0)
6565
jekyll (>= 3.7, < 5.0)
66-
jekyll-toc (0.14.0)
67-
jekyll (>= 3.8)
68-
nokogiri (~> 1.10)
66+
jekyll-toc (0.19.0)
67+
jekyll (>= 3.9)
68+
nokogiri (~> 1.12)
6969
jekyll-twitter-plugin (2.1.0)
7070
jekyll-watch (2.2.1)
7171
listen (~> 3.0)
72-
jemoji (0.12.0)
73-
gemoji (~> 3.0)
72+
jemoji (0.13.0)
73+
gemoji (>= 3, < 5)
7474
html-pipeline (~> 2.2)
7575
jekyll (>= 3.0, < 5.0)
7676
katex (0.6.0)
7777
execjs (~> 2.7)
78-
kramdown (2.3.1)
79-
rexml
78+
kramdown (2.5.1)
79+
rexml (>= 3.3.9)
8080
kramdown-math-katex (1.0.1)
8181
katex (~> 0.4)
8282
kramdown (~> 2.0)
8383
kramdown-parser-gfm (1.1.0)
8484
kramdown (~> 2.0)
85-
liquid (4.0.3)
86-
listen (3.2.1)
85+
liquid (4.0.4)
86+
listen (3.9.0)
8787
rb-fsevent (~> 0.10, >= 0.10.3)
8888
rb-inotify (~> 0.9, >= 0.9.10)
8989
mercenary (0.4.0)
90-
mini_portile2 (2.8.8)
90+
mini_portile2 (2.8.9)
9191
minima (2.5.1)
9292
jekyll (>= 3.5, < 5.0)
9393
jekyll-feed (~> 0.9)
9494
jekyll-seo-tag (~> 2.1)
95-
minitest (5.14.2)
95+
minitest (5.25.5)
9696
multipart-post (2.1.1)
97-
nokogiri (1.18.3)
97+
nokogiri (1.15.7)
9898
mini_portile2 (~> 2.8.2)
9999
racc (~> 1.4)
100100
octicons (11.0.0)
@@ -104,13 +104,13 @@ GEM
104104
sawyer (~> 0.8.0, >= 0.5.3)
105105
pathutil (0.16.2)
106106
forwardable-extended (~> 2.6)
107-
public_suffix (4.0.6)
107+
public_suffix (5.1.1)
108108
racc (1.8.1)
109-
rb-fsevent (0.10.4)
110-
rb-inotify (0.10.1)
109+
rb-fsevent (0.11.2)
110+
rb-inotify (0.11.1)
111111
ffi (~> 1.0)
112-
rexml (3.3.9)
113-
rouge (3.23.0)
112+
rexml (3.4.1)
113+
rouge (3.30.0)
114114
rubyzip (2.3.0)
115115
safe_yaml (1.0.5)
116116
sassc (2.4.0)
@@ -121,13 +121,13 @@ GEM
121121
terminal-table (1.8.0)
122122
unicode-display_width (~> 1.1, >= 1.1.1)
123123
thread_safe (0.3.6)
124-
tzinfo (1.2.10)
124+
tzinfo (1.2.11)
125125
thread_safe (~> 0.1)
126126
tzinfo-data (1.2020.1)
127127
tzinfo (>= 1.0.0)
128-
unicode-display_width (1.7.0)
128+
unicode-display_width (1.8.0)
129129
wdm (0.1.1)
130-
zeitwerk (2.4.0)
130+
zeitwerk (2.6.18)
131131

132132
PLATFORMS
133133
ruby
@@ -143,9 +143,9 @@ DEPENDENCIES
143143
jekyll-remote-theme
144144
jekyll-seo-tag
145145
jekyll-sitemap
146-
jekyll-toc
146+
jekyll-toc (>= 0.15.0)
147147
jekyll-twitter-plugin
148-
jemoji
148+
jemoji (>= 0.13.0)
149149
kramdown-math-katex
150150
minima
151151
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)