Skip to content

Commit c591be9

Browse files
committed
chore: upgrade to latest jekyll and ruby
- [x] latest jekyll - [x] ruby 3.3.5 - [x] devcontainer setup also - allows us to work in environment matching prod - was getting errorlocally when trying to run bundle install, this is easier IMO - [x] update dependabot config for npm - [x] removed Gemfile.lock from .gitignore so dependabot can actually issue gem updates Signed-off-by: jmeridth <[email protected]>
1 parent be8b901 commit c591be9

File tree

6 files changed

+368
-7
lines changed

6 files changed

+368
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Jekyll website",
3+
"image": "mcr.microsoft.com/devcontainers/jekyll:latest",
4+
"features": {
5+
"ghcr.io/devcontainers/features/node:1": {
6+
"version": "22"
7+
},
8+
"ghcr.io/devcontainers/features/ruby:1": {
9+
"version": "3.3.5"
10+
}
11+
},
12+
"forwardPorts": [
13+
// Jekyll server
14+
4000,
15+
// Live reload server
16+
35729
17+
],
18+
"postCreateCommand": "bundle exec jekyll serve --incremental"
19+
}

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
time: "10:00"
8-
timezone: Europe/Vienna
9-
pull-request-branch-name:
10-
separator: "-"
117
open-pull-requests-limit: 99
128
rebase-strategy: disabled
139
commit-message:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ bin
1010
css/main.scss
1111
test/node_modules
1212
test/package-lock.json
13-
Gemfile.lock

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2
1+
3.3.5

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", group: :jekyll_plugins
3+
gem "github-pages", "~> 232", group: :jekyll_plugins
44

55
group :test do
66
gem "html-proofer"

Gemfile.lock

Lines changed: 347 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,347 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
Ascii85 (1.1.1)
5+
activesupport (7.2.1.1)
6+
base64
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
addressable (2.8.7)
17+
public_suffix (>= 2.0.2, < 7.0)
18+
afm (0.2.2)
19+
async (2.17.0)
20+
console (~> 1.26)
21+
fiber-annotation
22+
io-event (~> 1.6, >= 1.6.5)
23+
base64 (0.2.0)
24+
bigdecimal (3.1.8)
25+
coffee-script (2.4.1)
26+
coffee-script-source
27+
execjs
28+
coffee-script-source (1.12.2)
29+
colorator (1.1.0)
30+
commonmarker (0.23.10)
31+
concurrent-ruby (1.3.4)
32+
connection_pool (2.4.1)
33+
console (1.27.0)
34+
fiber-annotation
35+
fiber-local (~> 1.1)
36+
json
37+
csv (3.3.0)
38+
dnsruby (1.72.2)
39+
simpleidn (~> 0.2.1)
40+
drb (2.2.1)
41+
em-websocket (0.5.3)
42+
eventmachine (>= 0.12.9)
43+
http_parser.rb (~> 0)
44+
ethon (0.16.0)
45+
ffi (>= 1.15.0)
46+
eventmachine (1.2.7)
47+
execjs (2.9.1)
48+
faraday (2.12.0)
49+
faraday-net_http (>= 2.0, < 3.4)
50+
json
51+
logger
52+
faraday-net_http (3.3.0)
53+
net-http
54+
ffi (1.17.0-aarch64-linux-gnu)
55+
ffi (1.17.0-aarch64-linux-musl)
56+
ffi (1.17.0-arm-linux-gnu)
57+
ffi (1.17.0-arm-linux-musl)
58+
ffi (1.17.0-arm64-darwin)
59+
ffi (1.17.0-x86-linux-gnu)
60+
ffi (1.17.0-x86-linux-musl)
61+
ffi (1.17.0-x86_64-darwin)
62+
ffi (1.17.0-x86_64-linux-gnu)
63+
ffi (1.17.0-x86_64-linux-musl)
64+
fiber-annotation (0.2.0)
65+
fiber-local (1.1.0)
66+
fiber-storage
67+
fiber-storage (1.0.0)
68+
forwardable-extended (2.6.0)
69+
gemoji (4.1.0)
70+
github-pages (232)
71+
github-pages-health-check (= 1.18.2)
72+
jekyll (= 3.10.0)
73+
jekyll-avatar (= 0.8.0)
74+
jekyll-coffeescript (= 1.2.2)
75+
jekyll-commonmark-ghpages (= 0.5.1)
76+
jekyll-default-layout (= 0.1.5)
77+
jekyll-feed (= 0.17.0)
78+
jekyll-gist (= 1.5.0)
79+
jekyll-github-metadata (= 2.16.1)
80+
jekyll-include-cache (= 0.2.1)
81+
jekyll-mentions (= 1.6.0)
82+
jekyll-optional-front-matter (= 0.3.2)
83+
jekyll-paginate (= 1.1.0)
84+
jekyll-readme-index (= 0.3.0)
85+
jekyll-redirect-from (= 0.16.0)
86+
jekyll-relative-links (= 0.6.1)
87+
jekyll-remote-theme (= 0.4.3)
88+
jekyll-sass-converter (= 1.5.2)
89+
jekyll-seo-tag (= 2.8.0)
90+
jekyll-sitemap (= 1.4.0)
91+
jekyll-swiss (= 1.0.0)
92+
jekyll-theme-architect (= 0.2.0)
93+
jekyll-theme-cayman (= 0.2.0)
94+
jekyll-theme-dinky (= 0.2.0)
95+
jekyll-theme-hacker (= 0.2.0)
96+
jekyll-theme-leap-day (= 0.2.0)
97+
jekyll-theme-merlot (= 0.2.0)
98+
jekyll-theme-midnight (= 0.2.0)
99+
jekyll-theme-minimal (= 0.2.0)
100+
jekyll-theme-modernist (= 0.2.0)
101+
jekyll-theme-primer (= 0.6.0)
102+
jekyll-theme-slate (= 0.2.0)
103+
jekyll-theme-tactile (= 0.2.0)
104+
jekyll-theme-time-machine (= 0.2.0)
105+
jekyll-titles-from-headings (= 0.5.3)
106+
jemoji (= 0.13.0)
107+
kramdown (= 2.4.0)
108+
kramdown-parser-gfm (= 1.1.0)
109+
liquid (= 4.0.4)
110+
mercenary (~> 0.3)
111+
minima (= 2.5.1)
112+
nokogiri (>= 1.16.2, < 2.0)
113+
rouge (= 3.30.0)
114+
terminal-table (~> 1.4)
115+
webrick (~> 1.8)
116+
github-pages-health-check (1.18.2)
117+
addressable (~> 2.3)
118+
dnsruby (~> 1.60)
119+
octokit (>= 4, < 8)
120+
public_suffix (>= 3.0, < 6.0)
121+
typhoeus (~> 1.3)
122+
hashery (2.1.2)
123+
html-pipeline (2.14.3)
124+
activesupport (>= 2)
125+
nokogiri (>= 1.4)
126+
html-proofer (5.0.9)
127+
addressable (~> 2.3)
128+
async (~> 2.1)
129+
nokogiri (~> 1.13)
130+
pdf-reader (~> 2.11)
131+
rainbow (~> 3.0)
132+
typhoeus (~> 1.3)
133+
yell (~> 2.0)
134+
zeitwerk (~> 2.5)
135+
http_parser.rb (0.8.0)
136+
i18n (1.14.6)
137+
concurrent-ruby (~> 1.0)
138+
io-event (1.7.2)
139+
jekyll (3.10.0)
140+
addressable (~> 2.4)
141+
colorator (~> 1.0)
142+
csv (~> 3.0)
143+
em-websocket (~> 0.5)
144+
i18n (>= 0.7, < 2)
145+
jekyll-sass-converter (~> 1.0)
146+
jekyll-watch (~> 2.0)
147+
kramdown (>= 1.17, < 3)
148+
liquid (~> 4.0)
149+
mercenary (~> 0.3.3)
150+
pathutil (~> 0.9)
151+
rouge (>= 1.7, < 4)
152+
safe_yaml (~> 1.0)
153+
webrick (>= 1.0)
154+
jekyll-avatar (0.8.0)
155+
jekyll (>= 3.0, < 5.0)
156+
jekyll-coffeescript (1.2.2)
157+
coffee-script (~> 2.2)
158+
coffee-script-source (~> 1.12)
159+
jekyll-commonmark (1.4.0)
160+
commonmarker (~> 0.22)
161+
jekyll-commonmark-ghpages (0.5.1)
162+
commonmarker (>= 0.23.7, < 1.1.0)
163+
jekyll (>= 3.9, < 4.0)
164+
jekyll-commonmark (~> 1.4.0)
165+
rouge (>= 2.0, < 5.0)
166+
jekyll-default-layout (0.1.5)
167+
jekyll (>= 3.0, < 5.0)
168+
jekyll-feed (0.17.0)
169+
jekyll (>= 3.7, < 5.0)
170+
jekyll-gist (1.5.0)
171+
octokit (~> 4.2)
172+
jekyll-github-metadata (2.16.1)
173+
jekyll (>= 3.4, < 5.0)
174+
octokit (>= 4, < 7, != 4.4.0)
175+
jekyll-include-cache (0.2.1)
176+
jekyll (>= 3.7, < 5.0)
177+
jekyll-mentions (1.6.0)
178+
html-pipeline (~> 2.3)
179+
jekyll (>= 3.7, < 5.0)
180+
jekyll-optional-front-matter (0.3.2)
181+
jekyll (>= 3.0, < 5.0)
182+
jekyll-paginate (1.1.0)
183+
jekyll-readme-index (0.3.0)
184+
jekyll (>= 3.0, < 5.0)
185+
jekyll-redirect-from (0.16.0)
186+
jekyll (>= 3.3, < 5.0)
187+
jekyll-relative-links (0.6.1)
188+
jekyll (>= 3.3, < 5.0)
189+
jekyll-remote-theme (0.4.3)
190+
addressable (~> 2.0)
191+
jekyll (>= 3.5, < 5.0)
192+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
193+
rubyzip (>= 1.3.0, < 3.0)
194+
jekyll-sass-converter (1.5.2)
195+
sass (~> 3.4)
196+
jekyll-seo-tag (2.8.0)
197+
jekyll (>= 3.8, < 5.0)
198+
jekyll-sitemap (1.4.0)
199+
jekyll (>= 3.7, < 5.0)
200+
jekyll-swiss (1.0.0)
201+
jekyll-theme-architect (0.2.0)
202+
jekyll (> 3.5, < 5.0)
203+
jekyll-seo-tag (~> 2.0)
204+
jekyll-theme-cayman (0.2.0)
205+
jekyll (> 3.5, < 5.0)
206+
jekyll-seo-tag (~> 2.0)
207+
jekyll-theme-dinky (0.2.0)
208+
jekyll (> 3.5, < 5.0)
209+
jekyll-seo-tag (~> 2.0)
210+
jekyll-theme-hacker (0.2.0)
211+
jekyll (> 3.5, < 5.0)
212+
jekyll-seo-tag (~> 2.0)
213+
jekyll-theme-leap-day (0.2.0)
214+
jekyll (> 3.5, < 5.0)
215+
jekyll-seo-tag (~> 2.0)
216+
jekyll-theme-merlot (0.2.0)
217+
jekyll (> 3.5, < 5.0)
218+
jekyll-seo-tag (~> 2.0)
219+
jekyll-theme-midnight (0.2.0)
220+
jekyll (> 3.5, < 5.0)
221+
jekyll-seo-tag (~> 2.0)
222+
jekyll-theme-minimal (0.2.0)
223+
jekyll (> 3.5, < 5.0)
224+
jekyll-seo-tag (~> 2.0)
225+
jekyll-theme-modernist (0.2.0)
226+
jekyll (> 3.5, < 5.0)
227+
jekyll-seo-tag (~> 2.0)
228+
jekyll-theme-primer (0.6.0)
229+
jekyll (> 3.5, < 5.0)
230+
jekyll-github-metadata (~> 2.9)
231+
jekyll-seo-tag (~> 2.0)
232+
jekyll-theme-slate (0.2.0)
233+
jekyll (> 3.5, < 5.0)
234+
jekyll-seo-tag (~> 2.0)
235+
jekyll-theme-tactile (0.2.0)
236+
jekyll (> 3.5, < 5.0)
237+
jekyll-seo-tag (~> 2.0)
238+
jekyll-theme-time-machine (0.2.0)
239+
jekyll (> 3.5, < 5.0)
240+
jekyll-seo-tag (~> 2.0)
241+
jekyll-titles-from-headings (0.5.3)
242+
jekyll (>= 3.3, < 5.0)
243+
jekyll-watch (2.2.1)
244+
listen (~> 3.0)
245+
jemoji (0.13.0)
246+
gemoji (>= 3, < 5)
247+
html-pipeline (~> 2.2)
248+
jekyll (>= 3.0, < 5.0)
249+
json (2.7.2)
250+
kramdown (2.4.0)
251+
rexml
252+
kramdown-parser-gfm (1.1.0)
253+
kramdown (~> 2.0)
254+
liquid (4.0.4)
255+
listen (3.9.0)
256+
rb-fsevent (~> 0.10, >= 0.10.3)
257+
rb-inotify (~> 0.9, >= 0.9.10)
258+
logger (1.6.1)
259+
mercenary (0.3.6)
260+
minima (2.5.1)
261+
jekyll (>= 3.5, < 5.0)
262+
jekyll-feed (~> 0.9)
263+
jekyll-seo-tag (~> 2.1)
264+
minitest (5.25.1)
265+
net-http (0.4.1)
266+
uri
267+
nokogiri (1.16.7-aarch64-linux)
268+
racc (~> 1.4)
269+
nokogiri (1.16.7-arm-linux)
270+
racc (~> 1.4)
271+
nokogiri (1.16.7-arm64-darwin)
272+
racc (~> 1.4)
273+
nokogiri (1.16.7-x86-linux)
274+
racc (~> 1.4)
275+
nokogiri (1.16.7-x86_64-darwin)
276+
racc (~> 1.4)
277+
nokogiri (1.16.7-x86_64-linux)
278+
racc (~> 1.4)
279+
octokit (4.25.1)
280+
faraday (>= 1, < 3)
281+
sawyer (~> 0.9)
282+
pathutil (0.16.2)
283+
forwardable-extended (~> 2.6)
284+
pdf-reader (2.12.0)
285+
Ascii85 (~> 1.0)
286+
afm (~> 0.2.1)
287+
hashery (~> 2.0)
288+
ruby-rc4
289+
ttfunk
290+
public_suffix (5.1.1)
291+
racc (1.8.1)
292+
rainbow (3.1.1)
293+
rake (13.2.1)
294+
rb-fsevent (0.11.2)
295+
rb-inotify (0.11.1)
296+
ffi (~> 1.0)
297+
rexml (3.3.8)
298+
rouge (3.30.0)
299+
ruby-rc4 (0.1.5)
300+
rubyzip (2.3.2)
301+
safe_yaml (1.0.5)
302+
sass (3.7.4)
303+
sass-listen (~> 4.0.0)
304+
sass-listen (4.0.0)
305+
rb-fsevent (~> 0.9, >= 0.9.4)
306+
rb-inotify (~> 0.9, >= 0.9.7)
307+
sawyer (0.9.2)
308+
addressable (>= 2.3.5)
309+
faraday (>= 0.17.3, < 3)
310+
securerandom (0.3.1)
311+
simpleidn (0.2.3)
312+
terminal-table (1.8.0)
313+
unicode-display_width (~> 1.1, >= 1.1.1)
314+
ttfunk (1.8.0)
315+
bigdecimal (~> 3.1)
316+
typhoeus (1.4.1)
317+
ethon (>= 0.9.0)
318+
tzinfo (2.0.6)
319+
concurrent-ruby (~> 1.0)
320+
unicode-display_width (1.8.0)
321+
uri (0.13.1)
322+
webrick (1.8.2)
323+
yell (2.2.2)
324+
zeitwerk (2.7.1)
325+
326+
PLATFORMS
327+
aarch64-linux-gnu
328+
aarch64-linux-musl
329+
arm-linux
330+
arm-linux-gnu
331+
arm-linux-musl
332+
arm64-darwin
333+
x86-linux
334+
x86-linux-gnu
335+
x86-linux-musl
336+
x86_64-darwin
337+
x86_64-linux
338+
x86_64-linux-gnu
339+
x86_64-linux-musl
340+
341+
DEPENDENCIES
342+
github-pages (~> 232)
343+
html-proofer
344+
rake
345+
346+
BUNDLED WITH
347+
2.5.19

0 commit comments

Comments
 (0)