Skip to content

Commit ba83ca5

Browse files
author
Dhruva Shaw
committed
some updates
1 parent 1904a55 commit ba83ca5

4 files changed

Lines changed: 103 additions & 43 deletions

File tree

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ assets/js/search/*.js
88
assets/plotly/demo.html
99
lighthouse_results/**
1010
_posts/2015-10-20-math.md
11+
_sass/font-awesome/*.scss
12+
_sass/tabler-icons/*.scss

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ group :jekyll_plugins do
1818
gem 'jekyll-toc'
1919
gem 'jekyll-twitter-plugin'
2020
gem 'jemoji'
21-
gem 'mini_racer'
2221
gem 'unicode_utils'
2322
gem 'webrick'
2423
end

Gemfile.lock

Lines changed: 100 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (8.0.0.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
1113
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
1619
base64 (0.2.0)
20+
benchmark (0.4.0)
1721
bibtex-ruby (6.1.0)
1822
latex-decode (~> 0.0)
1923
racc (~> 1.7)
@@ -27,15 +31,15 @@ GEM
2731
fast-stemmer (~> 1.0)
2832
matrix (~> 0.4)
2933
colorator (1.1.0)
30-
concurrent-ruby (1.2.3)
34+
concurrent-ruby (1.3.4)
3135
connection_pool (2.4.1)
3236
crass (1.0.6)
3337
csl (1.6.0)
3438
namae (~> 1.0)
3539
rexml
3640
csl-styles (1.0.1.11)
3741
csl (~> 1.0)
38-
css_parser (1.17.1)
42+
css_parser (1.19.1)
3943
addressable
4044
cssminify2 (2.0.1)
4145
csv (3.3.0)
@@ -45,18 +49,39 @@ GEM
4549
eventmachine (>= 0.12.9)
4650
http_parser.rb (~> 0)
4751
eventmachine (1.2.7)
48-
execjs (2.9.1)
52+
execjs (2.10.0)
4953
fast-stemmer (1.0.2)
5054
feedjira (3.2.3)
5155
loofah (>= 2.3.1, < 3)
5256
sax-machine (>= 1.0, < 2)
53-
ffi (1.16.3)
57+
ffi (1.17.0-aarch64-linux-gnu)
58+
ffi (1.17.0-aarch64-linux-musl)
59+
ffi (1.17.0-arm-linux-gnu)
60+
ffi (1.17.0-arm-linux-musl)
61+
ffi (1.17.0-arm64-darwin)
62+
ffi (1.17.0-x86-linux-gnu)
63+
ffi (1.17.0-x86-linux-musl)
64+
ffi (1.17.0-x86_64-darwin)
65+
ffi (1.17.0-x86_64-linux-gnu)
66+
ffi (1.17.0-x86_64-linux-musl)
5467
forwardable-extended (2.6.0)
5568
gemoji (4.1.0)
56-
google-protobuf (4.27.5-aarch64-linux)
69+
google-protobuf (4.29.1)
5770
bigdecimal
5871
rake (>= 13)
59-
google-protobuf (4.27.5-x86_64-linux)
72+
google-protobuf (4.29.1-aarch64-linux)
73+
bigdecimal
74+
rake (>= 13)
75+
google-protobuf (4.29.1-arm64-darwin)
76+
bigdecimal
77+
rake (>= 13)
78+
google-protobuf (4.29.1-x86-linux)
79+
bigdecimal
80+
rake (>= 13)
81+
google-protobuf (4.29.1-x86_64-darwin)
82+
bigdecimal
83+
rake (>= 13)
84+
google-protobuf (4.29.1-x86_64-linux)
6085
bigdecimal
6186
rake (>= 13)
6287
html-pipeline (2.14.3)
@@ -68,9 +93,9 @@ GEM
6893
csv
6994
mini_mime (>= 1.0.0)
7095
multi_xml (>= 0.5.2)
71-
i18n (1.14.5)
96+
i18n (1.14.6)
7297
concurrent-ruby (~> 1.0)
73-
jekyll (4.3.3)
98+
jekyll (4.3.4)
7499
addressable (~> 2.4)
75100
colorator (~> 1.0)
76101
em-websocket (~> 0.5)
@@ -86,7 +111,7 @@ GEM
86111
safe_yaml (~> 1.0)
87112
terminal-table (>= 1.8, < 4.0)
88113
webrick (~> 1.7)
89-
jekyll-archives (2.2.1)
114+
jekyll-archives (2.3.0)
90115
jekyll (>= 3.6, < 5.0)
91116
jekyll-email-protect (1.1.0)
92117
jekyll-feed (0.17.0)
@@ -119,7 +144,7 @@ GEM
119144
jekyll (>= 3.7, < 5.0)
120145
jekyll-tabs (1.2.1)
121146
jekyll (>= 3.0, < 5.0)
122-
jekyll-toc (0.18.0)
147+
jekyll-toc (0.19.0)
123148
jekyll (>= 3.9)
124149
nokogiri (~> 1.12)
125150
jekyll-twitter-plugin (2.1.0)
@@ -129,67 +154,102 @@ GEM
129154
gemoji (>= 3, < 5)
130155
html-pipeline (~> 2.2)
131156
jekyll (>= 3.0, < 5.0)
132-
json (2.7.2)
157+
json (2.9.0)
133158
json-minify (0.0.3)
134159
json (> 0)
135-
kramdown (2.4.0)
136-
rexml
160+
kramdown (2.5.1)
161+
rexml (>= 3.3.9)
137162
kramdown-parser-gfm (1.1.0)
138163
kramdown (~> 2.0)
139164
latex-decode (0.4.0)
140-
libv8-node (21.7.2.0-aarch64-linux)
141-
libv8-node (21.7.2.0-x86_64-linux)
142165
liquid (4.0.4)
143166
listen (3.9.0)
144167
rb-fsevent (~> 0.10, >= 0.10.3)
145168
rb-inotify (~> 0.9, >= 0.9.10)
146-
loofah (2.22.0)
169+
logger (1.6.2)
170+
loofah (2.23.1)
147171
crass (~> 1.0.2)
148172
nokogiri (>= 1.12.0)
149173
matrix (0.4.2)
150174
mercenary (0.4.0)
151175
mini_mime (1.1.5)
152-
mini_racer (0.12.0)
153-
libv8-node (~> 21.7.2.0)
154-
minitest (5.22.3)
176+
minitest (5.25.4)
155177
multi_xml (0.7.1)
156178
bigdecimal (~> 3.1)
157-
mutex_m (0.2.0)
158179
namae (1.2.0)
159180
racc (~> 1.7)
160-
nokogiri (1.16.5-aarch64-linux)
181+
nokogiri (1.17.1-aarch64-linux)
182+
racc (~> 1.4)
183+
nokogiri (1.17.1-arm-linux)
184+
racc (~> 1.4)
185+
nokogiri (1.17.1-arm64-darwin)
186+
racc (~> 1.4)
187+
nokogiri (1.17.1-x86-linux)
188+
racc (~> 1.4)
189+
nokogiri (1.17.1-x86_64-darwin)
161190
racc (~> 1.4)
162-
nokogiri (1.16.5-x86_64-linux)
191+
nokogiri (1.17.1-x86_64-linux)
163192
racc (~> 1.4)
164193
pathutil (0.16.2)
165194
forwardable-extended (~> 2.6)
166-
public_suffix (5.0.5)
167-
racc (1.7.3)
195+
public_suffix (6.0.1)
196+
racc (1.8.1)
168197
rake (13.2.1)
169198
rb-fsevent (0.11.2)
170-
rb-inotify (0.10.1)
199+
rb-inotify (0.11.1)
171200
ffi (~> 1.0)
172201
rexml (3.3.9)
173-
rouge (4.2.1)
202+
rouge (4.5.1)
174203
safe_yaml (1.0.5)
175-
sass-embedded (1.77.0-aarch64-linux-gnu)
176-
google-protobuf (>= 3.25, < 5.0)
177-
sass-embedded (1.77.0-x86_64-linux-gnu)
178-
google-protobuf (>= 3.25, < 5.0)
204+
sass-embedded (1.82.0-aarch64-linux-gnu)
205+
google-protobuf (~> 4.28)
206+
sass-embedded (1.82.0-aarch64-linux-musl)
207+
google-protobuf (~> 4.28)
208+
sass-embedded (1.82.0-arm-linux-gnueabihf)
209+
google-protobuf (~> 4.28)
210+
sass-embedded (1.82.0-arm-linux-musleabihf)
211+
google-protobuf (~> 4.28)
212+
sass-embedded (1.82.0-arm64-darwin)
213+
google-protobuf (~> 4.28)
214+
sass-embedded (1.82.0-x86-linux-gnu)
215+
google-protobuf (~> 4.28)
216+
sass-embedded (1.82.0-x86-linux-musl)
217+
google-protobuf (~> 4.28)
218+
sass-embedded (1.82.0-x86_64-darwin)
219+
google-protobuf (~> 4.28)
220+
sass-embedded (1.82.0-x86_64-linux-gnu)
221+
google-protobuf (~> 4.28)
222+
sass-embedded (1.82.0-x86_64-linux-musl)
223+
google-protobuf (~> 4.28)
179224
sax-machine (1.3.2)
225+
securerandom (0.4.0)
180226
terminal-table (3.0.2)
181227
unicode-display_width (>= 1.1.1, < 3)
182228
tzinfo (2.0.6)
183229
concurrent-ruby (~> 1.0)
184-
uglifier (4.2.0)
230+
uglifier (4.2.1)
185231
execjs (>= 0.3.0, < 3)
186-
unicode-display_width (2.5.0)
232+
unicode-display_width (2.6.0)
187233
unicode_utils (1.4.0)
188-
webrick (1.8.2)
234+
uri (1.0.2)
235+
webrick (1.9.1)
189236

190237
PLATFORMS
191238
aarch64-linux
239+
aarch64-linux-gnu
240+
aarch64-linux-musl
241+
arm-linux
242+
arm-linux-gnu
243+
arm-linux-gnueabihf
244+
arm-linux-musl
245+
arm-linux-musleabihf
246+
arm64-darwin
247+
x86-linux
248+
x86-linux-gnu
249+
x86-linux-musl
250+
x86_64-darwin
192251
x86_64-linux-gnu
252+
x86_64-linux-musl
193253

194254
DEPENDENCIES
195255
classifier-reborn
@@ -213,9 +273,8 @@ DEPENDENCIES
213273
jekyll-toc
214274
jekyll-twitter-plugin
215275
jemoji
216-
mini_racer
217276
unicode_utils
218277
webrick
219278

220279
BUNDLED WITH
221-
2.5.7
280+
2.5.18

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)