Skip to content

Commit e1b9e65

Browse files
committed
Update Gemfile.lock and layout.scss for version upgrades and style adjustment.
1 parent 4c1502a commit e1b9e65

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

Gemfile.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GEM
8989
i18n (1.14.7)
9090
concurrent-ruby (~> 1.0)
9191
io-event (1.14.2)
92-
iri (0.11.2)
92+
iri (0.11.3)
9393
iso-639 (0.3.8)
9494
csv
9595
jekyll (4.4.1)
@@ -169,8 +169,8 @@ GEM
169169
metrics (0.15.0)
170170
mini_mime (1.1.5)
171171
multipart-post (2.4.1)
172-
net-http (0.7.0)
173-
uri
172+
net-http (0.8.0)
173+
uri (>= 0.11.1)
174174
net-imap (0.5.12)
175175
date
176176
net-protocol
@@ -216,12 +216,9 @@ GEM
216216
racc (1.8.1)
217217
rainbow (3.1.1)
218218
rake (13.3.1)
219-
rake-compiler-dock (1.9.1)
220219
rb-fsevent (0.11.2)
221220
rb-inotify (0.11.1)
222221
ffi (~> 1.0)
223-
rb_sys (0.9.117)
224-
rake-compiler-dock (= 1.9.1)
225222
redcarpet (3.6.1)
226223
regexp_parser (2.11.3)
227224
rexml (3.4.4)
@@ -286,14 +283,13 @@ GEM
286283
sass (~> 3.5, >= 3.5.5)
287284
terminal-table (3.0.2)
288285
unicode-display_width (>= 1.1.1, < 3)
289-
tiktoken_ruby (0.0.12)
290-
rb_sys (~> 0.9)
291-
tiktoken_ruby (0.0.12-aarch64-linux)
292-
tiktoken_ruby (0.0.12-arm64-darwin)
293-
tiktoken_ruby (0.0.12-x64-mingw-ucrt)
294-
tiktoken_ruby (0.0.12-x86_64-darwin)
295-
tiktoken_ruby (0.0.12-x86_64-linux)
296-
tiktoken_ruby (0.0.12-x86_64-linux-musl)
286+
tiktoken_ruby (0.0.13-aarch64-linux)
287+
tiktoken_ruby (0.0.13-arm-linux)
288+
tiktoken_ruby (0.0.13-arm64-darwin)
289+
tiktoken_ruby (0.0.13-x64-mingw-ucrt)
290+
tiktoken_ruby (0.0.13-x86_64-darwin)
291+
tiktoken_ruby (0.0.13-x86_64-linux)
292+
tiktoken_ruby (0.0.13-x86_64-linux-musl)
297293
timeout (0.4.4)
298294
traces (0.18.2)
299295
trollop (2.9.10)

css/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ h2 {
332332
padding-left: 0;
333333

334334
li {
335-
display: inline;
335+
display: inline-block;
336336
margin-right: .5 * $em;
337337
white-space: nowrap;
338338

0 commit comments

Comments
 (0)