Skip to content

Commit 558e79b

Browse files
committed
Fix build issues
1 parent 557a621 commit 558e79b

File tree

3 files changed

+41
-195
lines changed

3 files changed

+41
-195
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3939
gem "just-the-docs"
4040
gem 'jekyll-redirect-from'
4141
gem 'octokit'
42-
gem 'github_releases'
42+
# Temporarily comment out github_releases due to Rails 8 dependency issues on Vercel
43+
# gem 'github_releases'
4344
gem 'faraday-http-cache'
4445
gem 'jekyll-sitemap'
4546
gem "jekyll-last-modified-at"
47+
48+
# Remove psych pin and use simpler dependencies for Vercel compatibility

Gemfile.lock

Lines changed: 36 additions & 194 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
7-
nio4r (~> 2.0)
8-
websocket-driver (>= 0.6.1)
9-
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
16-
mail (>= 2.8.0)
17-
actionmailer (8.0.2.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
22-
mail (>= 2.8.0)
23-
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
27-
nokogiri (>= 1.8.5)
28-
rack (>= 2.2.4)
29-
rack-session (>= 1.0.1)
30-
rack-test (>= 0.6.3)
31-
rails-dom-testing (~> 2.2)
32-
rails-html-sanitizer (~> 1.6)
33-
useragent (~> 0.16)
34-
actiontext (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
39-
globalid (>= 0.6.0)
40-
nokogiri (>= 1.8.5)
41-
actionview (8.0.2.1)
42-
activesupport (= 8.0.2.1)
43-
builder (~> 3.1)
44-
erubi (~> 1.11)
45-
rails-dom-testing (~> 2.2)
46-
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2.1)
48-
activesupport (= 8.0.2.1)
49-
globalid (>= 0.3.6)
50-
activemodel (8.0.2.1)
51-
activesupport (= 8.0.2.1)
52-
activerecord (8.0.2.1)
53-
activemodel (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
55-
timeout (>= 0.4.0)
56-
activestorage (8.0.2.1)
57-
actionpack (= 8.0.2.1)
58-
activejob (= 8.0.2.1)
59-
activerecord (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
61-
marcel (~> 1.0)
62-
activesupport (8.0.2.1)
63-
base64
64-
benchmark (>= 0.3)
65-
bigdecimal
66-
concurrent-ruby (~> 1.0, >= 1.3.1)
67-
connection_pool (>= 2.2.5)
68-
drb
69-
i18n (>= 1.6, < 2)
70-
logger (>= 1.4.2)
71-
minitest (>= 5.1)
72-
securerandom (>= 0.3)
73-
tzinfo (~> 2.0, >= 2.0.5)
74-
uri (>= 0.13.1)
754
addressable (2.8.7)
765
public_suffix (>= 2.0.2, < 7.0)
776
base64 (0.3.0)
78-
benchmark (0.4.1)
797
bigdecimal (3.2.3)
80-
builder (3.3.0)
818
colorator (1.1.0)
829
concurrent-ruby (1.3.5)
83-
connection_pool (2.5.4)
84-
crass (1.0.6)
8510
csv (3.3.5)
86-
date (3.4.1)
87-
drb (2.2.3)
8811
em-websocket (0.5.3)
8912
eventmachine (>= 0.12.9)
9013
http_parser.rb (~> 0)
91-
erb (5.0.2)
92-
erubi (1.13.1)
9314
eventmachine (1.2.7)
9415
faraday (2.13.4)
9516
faraday-net_http (>= 2.0, < 3.5)
@@ -99,20 +20,18 @@ GEM
9920
faraday (>= 0.8)
10021
faraday-net_http (3.4.1)
10122
net-http (>= 0.5.0)
23+
ffi (1.17.2)
10224
ffi (1.17.2-aarch64-linux-gnu)
10325
ffi (1.17.2-aarch64-linux-musl)
10426
ffi (1.17.2-arm-linux-gnu)
10527
ffi (1.17.2-arm-linux-musl)
10628
ffi (1.17.2-arm64-darwin)
29+
ffi (1.17.2-x86-linux-gnu)
30+
ffi (1.17.2-x86-linux-musl)
10731
ffi (1.17.2-x86_64-darwin)
10832
ffi (1.17.2-x86_64-linux-gnu)
10933
ffi (1.17.2-x86_64-linux-musl)
11034
forwardable-extended (2.6.0)
111-
github_releases (0.0.6)
112-
httparty
113-
rails (>= 4.1)
114-
globalid (1.2.1)
115-
activesupport (>= 6.1)
11635
google-protobuf (4.32.0)
11736
bigdecimal
11837
rake (>= 13)
@@ -125,6 +44,12 @@ GEM
12544
google-protobuf (4.32.0-arm64-darwin)
12645
bigdecimal
12746
rake (>= 13)
47+
google-protobuf (4.32.0-x86-linux-gnu)
48+
bigdecimal
49+
rake (>= 13)
50+
google-protobuf (4.32.0-x86-linux-musl)
51+
bigdecimal
52+
rake (>= 13)
12853
google-protobuf (4.32.0-x86_64-darwin)
12954
bigdecimal
13055
rake (>= 13)
@@ -135,17 +60,8 @@ GEM
13560
bigdecimal
13661
rake (>= 13)
13762
http_parser.rb (0.8.0)
138-
httparty (0.23.1)
139-
csv
140-
mini_mime (>= 1.0.0)
141-
multi_xml (>= 0.5.2)
14263
i18n (1.14.7)
14364
concurrent-ruby (~> 1.0)
144-
io-console (0.8.1)
145-
irb (1.15.2)
146-
pp (>= 0.6.0)
147-
rdoc (>= 4.0.0)
148-
reline (>= 0.4.2)
14965
jekyll (4.4.1)
15066
addressable (~> 2.4)
15167
base64 (~> 0.2)
@@ -196,166 +112,92 @@ GEM
196112
rb-fsevent (~> 0.10, >= 0.10.3)
197113
rb-inotify (~> 0.9, >= 0.9.10)
198114
logger (1.7.0)
199-
loofah (2.24.1)
200-
crass (~> 1.0.2)
201-
nokogiri (>= 1.12.0)
202-
mail (2.8.1)
203-
mini_mime (>= 0.1.1)
204-
net-imap
205-
net-pop
206-
net-smtp
207-
marcel (1.0.4)
208115
mercenary (0.4.0)
209-
mini_mime (1.1.5)
210116
minima (2.5.2)
211117
jekyll (>= 3.5, < 5.0)
212118
jekyll-feed (~> 0.9)
213119
jekyll-seo-tag (~> 2.1)
214-
minitest (5.25.5)
215-
multi_xml (0.7.2)
216-
bigdecimal (~> 3.1)
217120
net-http (0.6.0)
218121
uri
219-
net-imap (0.5.10)
220-
date
221-
net-protocol
222-
net-pop (0.1.2)
223-
net-protocol
224-
net-protocol (0.2.2)
225-
timeout
226-
net-smtp (0.5.1)
227-
net-protocol
228-
nio4r (2.7.4)
229-
nokogiri (1.18.9-aarch64-linux-gnu)
230-
racc (~> 1.4)
231-
nokogiri (1.18.9-aarch64-linux-musl)
232-
racc (~> 1.4)
233-
nokogiri (1.18.9-arm-linux-gnu)
234-
racc (~> 1.4)
235-
nokogiri (1.18.9-arm-linux-musl)
236-
racc (~> 1.4)
237-
nokogiri (1.18.9-arm64-darwin)
238-
racc (~> 1.4)
239-
nokogiri (1.18.9-x86_64-darwin)
240-
racc (~> 1.4)
241-
nokogiri (1.18.9-x86_64-linux-gnu)
242-
racc (~> 1.4)
243-
nokogiri (1.18.9-x86_64-linux-musl)
244-
racc (~> 1.4)
245122
octokit (10.0.0)
246123
faraday (>= 1, < 3)
247124
sawyer (~> 0.9)
248125
pathutil (0.16.2)
249126
forwardable-extended (~> 2.6)
250-
pp (0.6.2)
251-
prettyprint
252-
prettyprint (0.2.0)
253-
psych (5.2.6)
254-
date
255-
stringio
256127
public_suffix (6.0.2)
257-
racc (1.8.1)
258-
rack (3.2.1)
259-
rack-session (2.1.1)
260-
base64 (>= 0.1.0)
261-
rack (>= 3.0.0)
262-
rack-test (2.2.0)
263-
rack (>= 1.3)
264-
rackup (2.2.1)
265-
rack (>= 3)
266-
rails (8.0.2.1)
267-
actioncable (= 8.0.2.1)
268-
actionmailbox (= 8.0.2.1)
269-
actionmailer (= 8.0.2.1)
270-
actionpack (= 8.0.2.1)
271-
actiontext (= 8.0.2.1)
272-
actionview (= 8.0.2.1)
273-
activejob (= 8.0.2.1)
274-
activemodel (= 8.0.2.1)
275-
activerecord (= 8.0.2.1)
276-
activestorage (= 8.0.2.1)
277-
activesupport (= 8.0.2.1)
278-
bundler (>= 1.15.0)
279-
railties (= 8.0.2.1)
280-
rails-dom-testing (2.3.0)
281-
activesupport (>= 5.0.0)
282-
minitest
283-
nokogiri (>= 1.6)
284-
rails-html-sanitizer (1.6.2)
285-
loofah (~> 2.21)
286-
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
287-
railties (8.0.2.1)
288-
actionpack (= 8.0.2.1)
289-
activesupport (= 8.0.2.1)
290-
irb (~> 1.13)
291-
rackup (>= 1.0.0)
292-
rake (>= 12.2)
293-
thor (~> 1.0, >= 1.2.2)
294-
zeitwerk (~> 2.6)
295128
rake (13.3.0)
296129
rb-fsevent (0.11.2)
297130
rb-inotify (0.11.1)
298131
ffi (~> 1.0)
299-
rdoc (6.14.2)
300-
erb
301-
psych (>= 4.0.0)
302-
reline (0.6.2)
303-
io-console (~> 0.5)
304132
rexml (3.4.2)
305133
rouge (4.6.0)
306134
safe_yaml (1.0.5)
135+
sass-embedded (1.92.0)
136+
google-protobuf (~> 4.31)
137+
rake (>= 13)
138+
sass-embedded (1.92.0-aarch64-linux-android)
139+
google-protobuf (~> 4.31)
307140
sass-embedded (1.92.0-aarch64-linux-gnu)
308141
google-protobuf (~> 4.31)
309142
sass-embedded (1.92.0-aarch64-linux-musl)
310143
google-protobuf (~> 4.31)
144+
sass-embedded (1.92.0-aarch64-mingw-ucrt)
145+
google-protobuf (~> 4.31)
146+
sass-embedded (1.92.0-arm-linux-androideabi)
147+
google-protobuf (~> 4.31)
311148
sass-embedded (1.92.0-arm-linux-gnueabihf)
312149
google-protobuf (~> 4.31)
313150
sass-embedded (1.92.0-arm-linux-musleabihf)
314151
google-protobuf (~> 4.31)
315152
sass-embedded (1.92.0-arm64-darwin)
316153
google-protobuf (~> 4.31)
154+
sass-embedded (1.92.0-riscv64-linux-android)
155+
google-protobuf (~> 4.31)
156+
sass-embedded (1.92.0-riscv64-linux-gnu)
157+
google-protobuf (~> 4.31)
158+
sass-embedded (1.92.0-riscv64-linux-musl)
159+
google-protobuf (~> 4.31)
317160
sass-embedded (1.92.0-x86_64-darwin)
318161
google-protobuf (~> 4.31)
162+
sass-embedded (1.92.0-x86_64-linux-android)
163+
google-protobuf (~> 4.31)
319164
sass-embedded (1.92.0-x86_64-linux-gnu)
320165
google-protobuf (~> 4.31)
321166
sass-embedded (1.92.0-x86_64-linux-musl)
322167
google-protobuf (~> 4.31)
323168
sawyer (0.9.2)
324169
addressable (>= 2.3.5)
325170
faraday (>= 0.17.3, < 3)
326-
securerandom (0.4.1)
327-
stringio (3.1.7)
328171
terminal-table (3.0.2)
329172
unicode-display_width (>= 1.1.1, < 3)
330-
thor (1.4.0)
331-
timeout (0.4.3)
332-
tzinfo (2.0.6)
333-
concurrent-ruby (~> 1.0)
334173
unicode-display_width (2.6.0)
335174
uri (1.0.3)
336-
useragent (0.16.11)
337175
webrick (1.9.1)
338-
websocket-driver (0.8.0)
339-
base64
340-
websocket-extensions (>= 0.1.0)
341-
websocket-extensions (0.1.5)
342-
zeitwerk (2.7.3)
343176

344177
PLATFORMS
178+
aarch64-linux-android
345179
aarch64-linux-gnu
346180
aarch64-linux-musl
181+
aarch64-mingw-ucrt
182+
arm-linux-androideabi
347183
arm-linux-gnu
348184
arm-linux-gnueabihf
349185
arm-linux-musl
350186
arm-linux-musleabihf
351187
arm64-darwin
188+
riscv64-linux-android
189+
riscv64-linux-gnu
190+
riscv64-linux-musl
191+
ruby
192+
x86-linux-gnu
193+
x86-linux-musl
352194
x86_64-darwin
195+
x86_64-linux-android
353196
x86_64-linux-gnu
354197
x86_64-linux-musl
355198

356199
DEPENDENCIES
357200
faraday-http-cache
358-
github_releases
359201
http_parser.rb (~> 0.6.0)
360202
jekyll (~> 4.4.1)
361203
jekyll-feed (~> 0.12)

vercel.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"framework": "jekyll",
23
"headers": [
34
{
45
"source": "/(.*)",

0 commit comments

Comments
 (0)