Skip to content

Commit fcefe4a

Browse files
committed
feat: try to get ruby version to work
1 parent 2d646c3 commit fcefe4a

4 files changed

Lines changed: 8 additions & 222 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "kewne.github.io",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/ruby:1-3",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4.4

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'http://rubygems.org'
2-
gem 'github-pages'
2+
ruby file: ".ruby-version"
3+
34
gem 'wdm'
45
gem 'jekyll-seo-tag'
56
gem 'jekyll-plantuml'

Gemfile.lock

Lines changed: 4 additions & 220 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,20 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (8.1.1)
5-
base64
6-
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.3.1)
8-
connection_pool (>= 2.2.5)
9-
drb
10-
i18n (>= 1.6, < 2)
11-
json
12-
logger (>= 1.4.2)
13-
minitest (>= 5.1)
14-
securerandom (>= 0.3)
15-
tzinfo (~> 2.0, >= 2.0.5)
16-
uri (>= 0.13.1)
174
addressable (2.8.8)
185
public_suffix (>= 2.0.2, < 8.0)
19-
base64 (0.3.0)
20-
bigdecimal (3.3.1)
21-
coffee-script (2.4.1)
22-
coffee-script-source
23-
execjs
24-
coffee-script-source (1.12.2)
256
colorator (1.1.0)
26-
commonmarker (0.23.12)
277
concurrent-ruby (1.3.5)
28-
connection_pool (3.0.2)
298
csv (3.3.5)
30-
dnsruby (1.73.1)
31-
base64 (>= 0.2)
32-
logger (~> 1.6)
33-
simpleidn (~> 0.2.1)
34-
drb (2.2.3)
359
em-websocket (0.5.3)
3610
eventmachine (>= 0.12.9)
3711
http_parser.rb (~> 0)
38-
ethon (0.18.0)
39-
ffi (>= 1.15.0)
40-
logger
4112
eventmachine (1.2.7)
42-
execjs (2.10.0)
43-
faraday (2.14.0)
44-
faraday-net_http (>= 2.0, < 3.5)
45-
json
46-
logger
47-
faraday-net_http (3.4.2)
48-
net-http (~> 0.5)
4913
ffi (1.17.2-aarch64-linux-gnu)
5014
ffi (1.17.2-arm64-darwin)
5115
ffi (1.17.2-x86_64-darwin)
5216
ffi (1.17.2-x86_64-linux-gnu)
5317
forwardable-extended (2.6.0)
54-
gemoji (4.1.0)
55-
github-pages (232)
56-
github-pages-health-check (= 1.18.2)
57-
jekyll (= 3.10.0)
58-
jekyll-avatar (= 0.8.0)
59-
jekyll-coffeescript (= 1.2.2)
60-
jekyll-commonmark-ghpages (= 0.5.1)
61-
jekyll-default-layout (= 0.1.5)
62-
jekyll-feed (= 0.17.0)
63-
jekyll-gist (= 1.5.0)
64-
jekyll-github-metadata (= 2.16.1)
65-
jekyll-include-cache (= 0.2.1)
66-
jekyll-mentions (= 1.6.0)
67-
jekyll-optional-front-matter (= 0.3.2)
68-
jekyll-paginate (= 1.1.0)
69-
jekyll-readme-index (= 0.3.0)
70-
jekyll-redirect-from (= 0.16.0)
71-
jekyll-relative-links (= 0.6.1)
72-
jekyll-remote-theme (= 0.4.3)
73-
jekyll-sass-converter (= 1.5.2)
74-
jekyll-seo-tag (= 2.8.0)
75-
jekyll-sitemap (= 1.4.0)
76-
jekyll-swiss (= 1.0.0)
77-
jekyll-theme-architect (= 0.2.0)
78-
jekyll-theme-cayman (= 0.2.0)
79-
jekyll-theme-dinky (= 0.2.0)
80-
jekyll-theme-hacker (= 0.2.0)
81-
jekyll-theme-leap-day (= 0.2.0)
82-
jekyll-theme-merlot (= 0.2.0)
83-
jekyll-theme-midnight (= 0.2.0)
84-
jekyll-theme-minimal (= 0.2.0)
85-
jekyll-theme-modernist (= 0.2.0)
86-
jekyll-theme-primer (= 0.6.0)
87-
jekyll-theme-slate (= 0.2.0)
88-
jekyll-theme-tactile (= 0.2.0)
89-
jekyll-theme-time-machine (= 0.2.0)
90-
jekyll-titles-from-headings (= 0.5.3)
91-
jemoji (= 0.13.0)
92-
kramdown (= 2.4.0)
93-
kramdown-parser-gfm (= 1.1.0)
94-
liquid (= 4.0.4)
95-
mercenary (~> 0.3)
96-
minima (= 2.5.1)
97-
nokogiri (>= 1.16.2, < 2.0)
98-
rouge (= 3.30.0)
99-
terminal-table (~> 1.4)
100-
webrick (~> 1.8)
101-
github-pages-health-check (1.18.2)
102-
addressable (~> 2.3)
103-
dnsruby (~> 1.60)
104-
octokit (>= 4, < 8)
105-
public_suffix (>= 3.0, < 6.0)
106-
typhoeus (~> 1.3)
107-
html-pipeline (2.14.3)
108-
activesupport (>= 2)
109-
nokogiri (>= 1.4)
11018
http_parser.rb (0.8.0)
11119
i18n (1.14.7)
11220
concurrent-ruby (~> 1.0)
@@ -125,161 +33,35 @@ GEM
12533
rouge (>= 1.7, < 4)
12634
safe_yaml (~> 1.0)
12735
webrick (>= 1.0)
128-
jekyll-avatar (0.8.0)
129-
jekyll (>= 3.0, < 5.0)
130-
jekyll-coffeescript (1.2.2)
131-
coffee-script (~> 2.2)
132-
coffee-script-source (~> 1.12)
133-
jekyll-commonmark (1.4.0)
134-
commonmarker (~> 0.22)
135-
jekyll-commonmark-ghpages (0.5.1)
136-
commonmarker (>= 0.23.7, < 1.1.0)
137-
jekyll (>= 3.9, < 4.0)
138-
jekyll-commonmark (~> 1.4.0)
139-
rouge (>= 2.0, < 5.0)
140-
jekyll-default-layout (0.1.5)
141-
jekyll (>= 3.0, < 5.0)
142-
jekyll-feed (0.17.0)
143-
jekyll (>= 3.7, < 5.0)
144-
jekyll-gist (1.5.0)
145-
octokit (~> 4.2)
146-
jekyll-github-metadata (2.16.1)
147-
jekyll (>= 3.4, < 5.0)
148-
octokit (>= 4, < 7, != 4.4.0)
149-
jekyll-include-cache (0.2.1)
150-
jekyll (>= 3.7, < 5.0)
151-
jekyll-mentions (1.6.0)
152-
html-pipeline (~> 2.3)
153-
jekyll (>= 3.7, < 5.0)
154-
jekyll-optional-front-matter (0.3.2)
155-
jekyll (>= 3.0, < 5.0)
156-
jekyll-paginate (1.1.0)
15736
jekyll-plantuml (1.4.2)
15837
jekyll (> 2.0)
159-
jekyll-readme-index (0.3.0)
160-
jekyll (>= 3.0, < 5.0)
161-
jekyll-redirect-from (0.16.0)
162-
jekyll (>= 3.3, < 5.0)
163-
jekyll-relative-links (0.6.1)
164-
jekyll (>= 3.3, < 5.0)
165-
jekyll-remote-theme (0.4.3)
166-
addressable (~> 2.0)
167-
jekyll (>= 3.5, < 5.0)
168-
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
169-
rubyzip (>= 1.3.0, < 3.0)
17038
jekyll-sass-converter (1.5.2)
17139
sass (~> 3.4)
17240
jekyll-seo-tag (2.8.0)
17341
jekyll (>= 3.8, < 5.0)
174-
jekyll-sitemap (1.4.0)
175-
jekyll (>= 3.7, < 5.0)
176-
jekyll-swiss (1.0.0)
177-
jekyll-theme-architect (0.2.0)
178-
jekyll (> 3.5, < 5.0)
179-
jekyll-seo-tag (~> 2.0)
180-
jekyll-theme-cayman (0.2.0)
181-
jekyll (> 3.5, < 5.0)
182-
jekyll-seo-tag (~> 2.0)
183-
jekyll-theme-dinky (0.2.0)
184-
jekyll (> 3.5, < 5.0)
185-
jekyll-seo-tag (~> 2.0)
186-
jekyll-theme-hacker (0.2.0)
187-
jekyll (> 3.5, < 5.0)
188-
jekyll-seo-tag (~> 2.0)
189-
jekyll-theme-leap-day (0.2.0)
190-
jekyll (> 3.5, < 5.0)
191-
jekyll-seo-tag (~> 2.0)
192-
jekyll-theme-merlot (0.2.0)
193-
jekyll (> 3.5, < 5.0)
194-
jekyll-seo-tag (~> 2.0)
195-
jekyll-theme-midnight (0.2.0)
196-
jekyll (> 3.5, < 5.0)
197-
jekyll-seo-tag (~> 2.0)
198-
jekyll-theme-minimal (0.2.0)
199-
jekyll (> 3.5, < 5.0)
200-
jekyll-seo-tag (~> 2.0)
201-
jekyll-theme-modernist (0.2.0)
202-
jekyll (> 3.5, < 5.0)
203-
jekyll-seo-tag (~> 2.0)
204-
jekyll-theme-primer (0.6.0)
205-
jekyll (> 3.5, < 5.0)
206-
jekyll-github-metadata (~> 2.9)
207-
jekyll-seo-tag (~> 2.0)
208-
jekyll-theme-slate (0.2.0)
209-
jekyll (> 3.5, < 5.0)
210-
jekyll-seo-tag (~> 2.0)
211-
jekyll-theme-tactile (0.2.0)
212-
jekyll (> 3.5, < 5.0)
213-
jekyll-seo-tag (~> 2.0)
214-
jekyll-theme-time-machine (0.2.0)
215-
jekyll (> 3.5, < 5.0)
216-
jekyll-seo-tag (~> 2.0)
217-
jekyll-titles-from-headings (0.5.3)
218-
jekyll (>= 3.3, < 5.0)
21942
jekyll-watch (2.2.1)
22043
listen (~> 3.0)
221-
jemoji (0.13.0)
222-
gemoji (>= 3, < 5)
223-
html-pipeline (~> 2.2)
224-
jekyll (>= 3.0, < 5.0)
225-
json (2.17.1)
22644
kramdown (2.4.0)
22745
rexml
228-
kramdown-parser-gfm (1.1.0)
229-
kramdown (~> 2.0)
23046
liquid (4.0.4)
23147
listen (3.9.0)
23248
rb-fsevent (~> 0.10, >= 0.10.3)
23349
rb-inotify (~> 0.9, >= 0.9.10)
234-
logger (1.7.0)
23550
mercenary (0.3.6)
236-
minima (2.5.1)
237-
jekyll (>= 3.5, < 5.0)
238-
jekyll-feed (~> 0.9)
239-
jekyll-seo-tag (~> 2.1)
240-
minitest (5.26.2)
241-
net-http (0.8.0)
242-
uri (>= 0.11.1)
243-
nokogiri (1.18.10-aarch64-linux-gnu)
244-
racc (~> 1.4)
245-
nokogiri (1.18.10-arm64-darwin)
246-
racc (~> 1.4)
247-
nokogiri (1.18.10-x86_64-darwin)
248-
racc (~> 1.4)
249-
nokogiri (1.18.10-x86_64-linux-gnu)
250-
racc (~> 1.4)
251-
octokit (4.25.1)
252-
faraday (>= 1, < 3)
253-
sawyer (~> 0.9)
25451
pathutil (0.16.2)
25552
forwardable-extended (~> 2.6)
25653
public_suffix (5.1.1)
257-
racc (1.8.1)
25854
rb-fsevent (0.11.2)
25955
rb-inotify (0.11.1)
26056
ffi (~> 1.0)
26157
rexml (3.4.4)
26258
rouge (3.30.0)
263-
rubyzip (2.4.1)
26459
safe_yaml (1.0.5)
26560
sass (3.7.4)
26661
sass-listen (~> 4.0.0)
26762
sass-listen (4.0.0)
26863
rb-fsevent (~> 0.9, >= 0.9.4)
26964
rb-inotify (~> 0.9, >= 0.9.7)
270-
sawyer (0.9.3)
271-
addressable (>= 2.3.5)
272-
faraday (>= 0.17.3, < 3)
273-
securerandom (0.4.1)
274-
simpleidn (0.2.3)
275-
terminal-table (1.8.0)
276-
unicode-display_width (~> 1.1, >= 1.1.1)
277-
typhoeus (1.4.1)
278-
ethon (>= 0.9.0)
279-
tzinfo (2.0.6)
280-
concurrent-ruby (~> 1.0)
281-
unicode-display_width (1.8.0)
282-
uri (1.1.1)
28365
wdm (0.2.0)
28466
webrick (1.9.2)
28567

@@ -289,11 +71,13 @@ PLATFORMS
28971
x86_64-linux
29072

29173
DEPENDENCIES
292-
github-pages
29374
jekyll-plantuml
29475
jekyll-seo-tag
29576
wdm
29677
webrick (~> 1.7)
29778

79+
RUBY VERSION
80+
ruby 3.4.4p34
81+
29882
BUNDLED WITH
299-
2.3.24
83+
4.0.1

0 commit comments

Comments
 (0)