Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db80fab

Browse files
committedFeb 21, 2023
Fix Netlify build
1 parent 500a0be commit db80fab

File tree

4 files changed

+42
-41
lines changed

4 files changed

+42
-41
lines changed
 

‎.ruby-version

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

‎Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
2+
ruby '3.1.1'
23
gem 'github-pages', group: :jekyll_plugins
34
gem 'webrick', '~> 1.7'

‎Gemfile.lock

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.5)
4+
activesupport (7.0.4.2)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
addressable (2.8.1)
10+
public_suffix (>= 2.0.2, < 6.0)
1211
coffee-script (2.4.1)
1312
coffee-script-source
1413
execjs
1514
coffee-script-source (1.11.1)
1615
colorator (1.1.0)
17-
commonmarker (0.23.6)
18-
concurrent-ruby (1.1.10)
16+
commonmarker (0.23.8)
17+
concurrent-ruby (1.2.0)
1918
dnsruby (1.61.9)
2019
simpleidn (~> 0.1)
2120
em-websocket (0.5.3)
2221
eventmachine (>= 0.12.9)
2322
http_parser.rb (~> 0)
24-
ethon (0.15.0)
23+
ethon (0.16.0)
2524
ffi (>= 1.15.0)
2625
eventmachine (1.2.7)
2726
execjs (2.8.1)
28-
faraday (2.3.0)
29-
faraday-net_http (~> 2.0)
27+
faraday (2.7.4)
28+
faraday-net_http (>= 2.0, < 3.1)
3029
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (2.0.3)
30+
faraday-net_http (3.0.2)
3231
ffi (1.15.5)
3332
forwardable-extended (2.6.0)
3433
gemoji (3.0.1)
35-
github-pages (226)
34+
github-pages (228)
3635
github-pages-health-check (= 1.17.9)
37-
jekyll (= 3.9.2)
36+
jekyll (= 3.9.3)
3837
jekyll-avatar (= 0.7.0)
3938
jekyll-coffeescript (= 1.1.1)
40-
jekyll-commonmark-ghpages (= 0.2.0)
39+
jekyll-commonmark-ghpages (= 0.4.0)
4140
jekyll-default-layout (= 0.1.4)
4241
jekyll-feed (= 0.15.1)
4342
jekyll-gist (= 1.5.0)
@@ -71,10 +70,10 @@ GEM
7170
jemoji (= 0.12.0)
7271
kramdown (= 2.3.2)
7372
kramdown-parser-gfm (= 1.1.0)
74-
liquid (= 4.0.3)
73+
liquid (= 4.0.4)
7574
mercenary (~> 0.3)
7675
minima (= 2.5.1)
77-
nokogiri (>= 1.13.4, < 2.0)
76+
nokogiri (>= 1.13.6, < 2.0)
7877
rouge (= 3.26.0)
7978
terminal-table (~> 1.4)
8079
github-pages-health-check (1.17.9)
@@ -83,17 +82,17 @@ GEM
8382
octokit (~> 4.0)
8483
public_suffix (>= 3.0, < 5.0)
8584
typhoeus (~> 1.3)
86-
html-pipeline (2.14.2)
85+
html-pipeline (2.14.3)
8786
activesupport (>= 2)
8887
nokogiri (>= 1.4)
8988
http_parser.rb (0.8.0)
90-
i18n (0.9.5)
89+
i18n (1.12.0)
9190
concurrent-ruby (~> 1.0)
92-
jekyll (3.9.2)
91+
jekyll (3.9.3)
9392
addressable (~> 2.4)
9493
colorator (~> 1.0)
9594
em-websocket (~> 0.5)
96-
i18n (~> 0.7)
95+
i18n (>= 0.7, < 2)
9796
jekyll-sass-converter (~> 1.0)
9897
jekyll-watch (~> 2.0)
9998
kramdown (>= 1.17, < 3)
@@ -109,11 +108,11 @@ GEM
109108
coffee-script-source (~> 1.11.1)
110109
jekyll-commonmark (1.4.0)
111110
commonmarker (~> 0.22)
112-
jekyll-commonmark-ghpages (0.2.0)
113-
commonmarker (~> 0.23.4)
111+
jekyll-commonmark-ghpages (0.4.0)
112+
commonmarker (~> 0.23.7)
114113
jekyll (~> 3.9.0)
115114
jekyll-commonmark (~> 1.4.0)
116-
rouge (>= 2.0, < 4.0)
115+
rouge (>= 2.0, < 5.0)
117116
jekyll-default-layout (0.1.4)
118117
jekyll (~> 3.0)
119118
jekyll-feed (0.15.1)
@@ -201,28 +200,26 @@ GEM
201200
rexml
202201
kramdown-parser-gfm (1.1.0)
203202
kramdown (~> 2.0)
204-
liquid (4.0.3)
205-
listen (3.7.1)
203+
liquid (4.0.4)
204+
listen (3.8.0)
206205
rb-fsevent (~> 0.10, >= 0.10.3)
207206
rb-inotify (~> 0.9, >= 0.9.10)
208207
mercenary (0.3.6)
209-
mini_portile2 (2.8.0)
210208
minima (2.5.1)
211209
jekyll (>= 3.5, < 5.0)
212210
jekyll-feed (~> 0.9)
213211
jekyll-seo-tag (~> 2.1)
214-
minitest (5.16.1)
215-
nokogiri (1.13.9)
216-
mini_portile2 (~> 2.8.0)
212+
minitest (5.17.0)
213+
nokogiri (1.14.2-x86_64-linux)
217214
racc (~> 1.4)
218-
octokit (4.25.0)
215+
octokit (4.25.1)
219216
faraday (>= 1, < 3)
220217
sawyer (~> 0.9)
221218
pathutil (0.16.2)
222219
forwardable-extended (~> 2.6)
223220
public_suffix (4.0.7)
224-
racc (1.6.0)
225-
rb-fsevent (0.11.1)
221+
racc (1.6.2)
222+
rb-fsevent (0.11.2)
226223
rb-inotify (0.10.1)
227224
ffi (~> 1.0)
228225
rexml (3.2.5)
@@ -242,24 +239,25 @@ GEM
242239
unf (~> 0.1.4)
243240
terminal-table (1.8.0)
244241
unicode-display_width (~> 1.1, >= 1.1.1)
245-
thread_safe (0.3.6)
246242
typhoeus (1.4.0)
247243
ethon (>= 0.9.0)
248-
tzinfo (1.2.10)
249-
thread_safe (~> 0.1)
244+
tzinfo (2.0.6)
245+
concurrent-ruby (~> 1.0)
250246
unf (0.1.4)
251247
unf_ext
252248
unf_ext (0.0.8.2)
253249
unicode-display_width (1.8.0)
254-
webrick (1.7.0)
255-
zeitwerk (2.6.0)
250+
webrick (1.8.1)
256251

257252
PLATFORMS
258-
ruby
253+
x86_64-linux-musl
259254

260255
DEPENDENCIES
261256
github-pages
262257
webrick (~> 1.7)
263258

259+
RUBY VERSION
260+
ruby 3.1.1p18
261+
264262
BUNDLED WITH
265-
2.2.7
263+
2.3.25

‎_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ exclude:
3636
- Gemfile
3737
- node_modules
3838
- vendor
39+
- cache
3940
- docker-compose.yml
4041

4142
plugins:

0 commit comments

Comments
 (0)
This repository has been archived.