Skip to content

Commit 10e8fc4

Browse files
committed
Update to latest Jekyll
1 parent d0b31c2 commit 10e8fc4

File tree

3 files changed

+40
-25
lines changed

3 files changed

+40
-25
lines changed

Gemfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ gem "open_uri_redirections"
3838
gem 'kramdown'
3939
gem 'kramdown-parser-gfm'
4040

41-
41+
# Remove warnings
42+
gem 'base64'
43+
gem 'logger'
44+
gem 'bigdecimal'
45+
gem 'mutex_m'
46+
gem 'ostruct'
4247

4348
gem 'htmlentities'
4449

Gemfile.lock

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ GEM
99
algoliasearch (1.27.5)
1010
httpclient (~> 2.8, >= 2.8.3)
1111
json (>= 1.5.1)
12+
base64 (0.2.0)
13+
bigdecimal (3.1.9)
1214
colorator (1.1.0)
1315
commonmarker (0.23.11)
14-
concurrent-ruby (1.3.4)
16+
concurrent-ruby (1.3.5)
1517
csv (3.3.2)
1618
em-websocket (0.5.3)
1719
eventmachine (>= 0.12.9)
@@ -30,7 +32,7 @@ GEM
3032
htmlentities (4.3.4)
3133
http_parser.rb (0.8.0)
3234
httpclient (2.8.3)
33-
i18n (1.14.6)
35+
i18n (1.14.7)
3436
concurrent-ruby (~> 1.0)
3537
jekyll (3.10.0)
3638
addressable (~> 2.4)
@@ -65,10 +67,10 @@ GEM
6567
rouge (>= 2.0, < 5.0)
6668
jekyll-feed (0.17.0)
6769
jekyll (>= 3.7, < 5.0)
68-
jekyll-import (0.24.0)
70+
jekyll-import (0.25.0)
6971
jekyll (>= 3.7, < 5.0)
7072
nokogiri (~> 1.0)
71-
reverse_markdown (~> 2.1)
73+
reverse_markdown (>= 2.1, < 4.0)
7274
jekyll-pandoc (2.0.1)
7375
jekyll (>= 3.0)
7476
pandoc-ruby (~> 2.0, >= 2.0.0)
@@ -89,7 +91,7 @@ GEM
8991
jekyll (>= 3.3, < 5.0)
9092
jekyll-watch (2.2.1)
9193
listen (~> 3.0)
92-
json (2.9.1)
94+
json (2.10.1)
9395
kramdown (2.5.1)
9496
rexml (>= 3.3.9)
9597
kramdown-parser-gfm (1.1.0)
@@ -98,26 +100,29 @@ GEM
98100
listen (3.9.0)
99101
rb-fsevent (~> 0.10, >= 0.10.3)
100102
rb-inotify (~> 0.9, >= 0.9.10)
103+
logger (1.6.5)
101104
match_regex (0.1.0)
102105
mercenary (0.3.6)
103-
nokogiri (1.18.1-aarch64-linux-gnu)
106+
mutex_m (0.3.0)
107+
nokogiri (1.18.2-aarch64-linux-gnu)
104108
racc (~> 1.4)
105-
nokogiri (1.18.1-aarch64-linux-musl)
109+
nokogiri (1.18.2-aarch64-linux-musl)
106110
racc (~> 1.4)
107-
nokogiri (1.18.1-arm-linux-gnu)
111+
nokogiri (1.18.2-arm-linux-gnu)
108112
racc (~> 1.4)
109-
nokogiri (1.18.1-arm-linux-musl)
113+
nokogiri (1.18.2-arm-linux-musl)
110114
racc (~> 1.4)
111-
nokogiri (1.18.1-arm64-darwin)
115+
nokogiri (1.18.2-arm64-darwin)
112116
racc (~> 1.4)
113-
nokogiri (1.18.1-x86_64-darwin)
117+
nokogiri (1.18.2-x86_64-darwin)
114118
racc (~> 1.4)
115-
nokogiri (1.18.1-x86_64-linux-gnu)
119+
nokogiri (1.18.2-x86_64-linux-gnu)
116120
racc (~> 1.4)
117-
nokogiri (1.18.1-x86_64-linux-musl)
121+
nokogiri (1.18.2-x86_64-linux-musl)
118122
racc (~> 1.4)
119123
nuggets (1.6.1)
120124
open_uri_redirections (0.2.1)
125+
ostruct (0.6.1)
121126
pandoc-ruby (2.1.10)
122127
pathutil (0.16.2)
123128
forwardable-extended (~> 2.6)
@@ -128,7 +133,7 @@ GEM
128133
rb-fsevent (0.11.2)
129134
rb-inotify (0.11.1)
130135
ffi (~> 1.0)
131-
reverse_markdown (2.1.1)
136+
reverse_markdown (3.0.0)
132137
nokogiri
133138
rexml (3.4.0)
134139
rouge (3.30.0)
@@ -153,6 +158,8 @@ PLATFORMS
153158
x86_64-linux-musl
154159

155160
DEPENDENCIES
161+
base64
162+
bigdecimal
156163
htmlentities
157164
jekyll
158165
jekyll-algolia (~> 1.0)
@@ -168,9 +175,12 @@ DEPENDENCIES
168175
json (> 1.8.6)
169176
kramdown
170177
kramdown-parser-gfm
178+
logger
171179
match_regex
180+
mutex_m
172181
open_uri_redirections
182+
ostruct
173183
rake
174184

175185
BUNDLED WITH
176-
2.5.17
186+
2.6.3

_config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ remote_theme: jekyll/minima
4141
minima:
4242
skin: civitas
4343
social_links:
44-
- { platform: github, user_url: "https://github.com/jericson" }
45-
- { platform: mastodon, user_url: "https://infosec.exchange/@jericson" }
46-
- { platform: linkedin, user_url: "https://www.linkedin.com/in/jonericson/" }
47-
- { platform: twitter, user_url: "https://x.com/jlericson" }
48-
- { platform: facebook, user_url: "https://www.facebook.com/jlericson" }
49-
- { platform: bluesky, user_url: "https://bsky.app/profile/jlericson.com" }
50-
- { platform: devto, user_url: "https://dev.to/jericson" }
51-
- { platform: keybase, user_url: "https://keybase.io/jericson/" }
52-
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1438/jon-ericson" }
44+
- { icon: github, url: "https://github.com/jericson" }
45+
- { icon: mastodon, url: "https://infosec.exchange/@jericson" }
46+
- { icon: linkedin, url: "https://www.linkedin.com/in/jonericson/" }
47+
- { icon: twitter, url: "https://x.com/jlericson" }
48+
- { icon: facebook, url: "https://www.facebook.com/jlericson" }
49+
- { icon: bluesky, url: "https://bsky.app/profile/jlericson.com" }
50+
- { icon: dev, url: "https://dev.to/jericson" }
51+
- { icon: keybase, url: "https://keybase.io/jericson/" }
52+
- { icon: stack-overflow, url: "https://stackoverflow.com/users/1438/jon-ericson" }
5353

5454
# Why does this fail?
5555
#exclude: [tmp]

0 commit comments

Comments
 (0)