Skip to content

Commit 169d69a

Browse files
Fix documentation build for Rails 8.1 (#302)
1 parent 6343a54 commit 169d69a

File tree

4 files changed

+65
-67
lines changed

4 files changed

+65
-67
lines changed

docs/.vitepress/versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"current": "1.0.0",
2+
"current": "1.0.1",
33
"versions": [
44
{
5-
"version": "1.0.0",
6-
"label": "1.0.0 (Latest)",
5+
"version": "1.0.1",
6+
"label": "1.0.1 (Latest)",
77
"path": "/",
88
"branch": "main"
99
},

gemfiles/rails8.gemfile

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

33
gem "minitest", "~> 5.0"
44
gem "sqlite3", "~> 2.0"
5-
gem "rails", "~> 8.0.0"
5+
gem "rails", "~> 8.1.1"
6+
gem "tzinfo-data"
67

78
gemspec path: ".."

test/dummy/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gem "anthropic", "~> 1.12"
44
gem "openai", "~> 0.34"
55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 8.0.2.1"
6+
gem "rails", "~> 8.1.1"
77
# Use sqlite3 as the database for Active Record
88
gem "sqlite3", ">= 2.1"
99
# Use the Puma web server [https://github.com/puma/puma]

test/dummy/Gemfile.lock

Lines changed: 59 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -11,72 +11,75 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (8.0.2.1)
15-
actionpack (= 8.0.2.1)
16-
activesupport (= 8.0.2.1)
14+
action_text-trix (2.1.16)
15+
railties
16+
actioncable (8.1.2)
17+
actionpack (= 8.1.2)
18+
activesupport (= 8.1.2)
1719
nio4r (~> 2.0)
1820
websocket-driver (>= 0.6.1)
1921
zeitwerk (~> 2.6)
20-
actionmailbox (8.0.2.1)
21-
actionpack (= 8.0.2.1)
22-
activejob (= 8.0.2.1)
23-
activerecord (= 8.0.2.1)
24-
activestorage (= 8.0.2.1)
25-
activesupport (= 8.0.2.1)
22+
actionmailbox (8.1.2)
23+
actionpack (= 8.1.2)
24+
activejob (= 8.1.2)
25+
activerecord (= 8.1.2)
26+
activestorage (= 8.1.2)
27+
activesupport (= 8.1.2)
2628
mail (>= 2.8.0)
27-
actionmailer (8.0.2.1)
28-
actionpack (= 8.0.2.1)
29-
actionview (= 8.0.2.1)
30-
activejob (= 8.0.2.1)
31-
activesupport (= 8.0.2.1)
29+
actionmailer (8.1.2)
30+
actionpack (= 8.1.2)
31+
actionview (= 8.1.2)
32+
activejob (= 8.1.2)
33+
activesupport (= 8.1.2)
3234
mail (>= 2.8.0)
3335
rails-dom-testing (~> 2.2)
34-
actionpack (8.0.2.1)
35-
actionview (= 8.0.2.1)
36-
activesupport (= 8.0.2.1)
36+
actionpack (8.1.2)
37+
actionview (= 8.1.2)
38+
activesupport (= 8.1.2)
3739
nokogiri (>= 1.8.5)
3840
rack (>= 2.2.4)
3941
rack-session (>= 1.0.1)
4042
rack-test (>= 0.6.3)
4143
rails-dom-testing (~> 2.2)
4244
rails-html-sanitizer (~> 1.6)
4345
useragent (~> 0.16)
44-
actiontext (8.0.2.1)
45-
actionpack (= 8.0.2.1)
46-
activerecord (= 8.0.2.1)
47-
activestorage (= 8.0.2.1)
48-
activesupport (= 8.0.2.1)
46+
actiontext (8.1.2)
47+
action_text-trix (~> 2.1.15)
48+
actionpack (= 8.1.2)
49+
activerecord (= 8.1.2)
50+
activestorage (= 8.1.2)
51+
activesupport (= 8.1.2)
4952
globalid (>= 0.6.0)
5053
nokogiri (>= 1.8.5)
51-
actionview (8.0.2.1)
52-
activesupport (= 8.0.2.1)
54+
actionview (8.1.2)
55+
activesupport (= 8.1.2)
5356
builder (~> 3.1)
5457
erubi (~> 1.11)
5558
rails-dom-testing (~> 2.2)
5659
rails-html-sanitizer (~> 1.6)
57-
activejob (8.0.2.1)
58-
activesupport (= 8.0.2.1)
60+
activejob (8.1.2)
61+
activesupport (= 8.1.2)
5962
globalid (>= 0.3.6)
60-
activemodel (8.0.2.1)
61-
activesupport (= 8.0.2.1)
62-
activerecord (8.0.2.1)
63-
activemodel (= 8.0.2.1)
64-
activesupport (= 8.0.2.1)
63+
activemodel (8.1.2)
64+
activesupport (= 8.1.2)
65+
activerecord (8.1.2)
66+
activemodel (= 8.1.2)
67+
activesupport (= 8.1.2)
6568
timeout (>= 0.4.0)
66-
activestorage (8.0.2.1)
67-
actionpack (= 8.0.2.1)
68-
activejob (= 8.0.2.1)
69-
activerecord (= 8.0.2.1)
70-
activesupport (= 8.0.2.1)
69+
activestorage (8.1.2)
70+
actionpack (= 8.1.2)
71+
activejob (= 8.1.2)
72+
activerecord (= 8.1.2)
73+
activesupport (= 8.1.2)
7174
marcel (~> 1.0)
72-
activesupport (8.0.2.1)
75+
activesupport (8.1.2)
7376
base64
74-
benchmark (>= 0.3)
7577
bigdecimal
7678
concurrent-ruby (~> 1.0, >= 1.3.1)
7779
connection_pool (>= 2.2.5)
7880
drb
7981
i18n (>= 1.6, < 2)
82+
json
8083
logger (>= 1.4.2)
8184
minitest (>= 5.1)
8285
securerandom (>= 0.3)
@@ -87,7 +90,6 @@ GEM
8790
anthropic (1.12.0)
8891
connection_pool
8992
base64 (0.3.0)
90-
benchmark (0.4.1)
9193
bigdecimal (3.3.1)
9294
bindex (0.8.1)
9395
bootsnap (1.18.6)
@@ -138,7 +140,6 @@ GEM
138140
marcel (1.1.0)
139141
matrix (0.4.3)
140142
mini_mime (1.1.5)
141-
mini_portile2 (2.8.9)
142143
minitest (5.26.0)
143144
msgpack (1.8.0)
144145
net-imap (0.5.12)
@@ -151,9 +152,6 @@ GEM
151152
net-smtp (0.5.1)
152153
net-protocol
153154
nio4r (2.7.4)
154-
nokogiri (1.18.10)
155-
mini_portile2 (~> 2.8.2)
156-
racc (~> 1.4)
157155
nokogiri (1.18.10-aarch64-linux-gnu)
158156
racc (~> 1.4)
159157
nokogiri (1.18.10-aarch64-linux-musl)
@@ -193,34 +191,35 @@ GEM
193191
rack (>= 1.3)
194192
rackup (2.2.1)
195193
rack (>= 3)
196-
rails (8.0.2.1)
197-
actioncable (= 8.0.2.1)
198-
actionmailbox (= 8.0.2.1)
199-
actionmailer (= 8.0.2.1)
200-
actionpack (= 8.0.2.1)
201-
actiontext (= 8.0.2.1)
202-
actionview (= 8.0.2.1)
203-
activejob (= 8.0.2.1)
204-
activemodel (= 8.0.2.1)
205-
activerecord (= 8.0.2.1)
206-
activestorage (= 8.0.2.1)
207-
activesupport (= 8.0.2.1)
194+
rails (8.1.2)
195+
actioncable (= 8.1.2)
196+
actionmailbox (= 8.1.2)
197+
actionmailer (= 8.1.2)
198+
actionpack (= 8.1.2)
199+
actiontext (= 8.1.2)
200+
actionview (= 8.1.2)
201+
activejob (= 8.1.2)
202+
activemodel (= 8.1.2)
203+
activerecord (= 8.1.2)
204+
activestorage (= 8.1.2)
205+
activesupport (= 8.1.2)
208206
bundler (>= 1.15.0)
209-
railties (= 8.0.2.1)
207+
railties (= 8.1.2)
210208
rails-dom-testing (2.3.0)
211209
activesupport (>= 5.0.0)
212210
minitest
213211
nokogiri (>= 1.6)
214212
rails-html-sanitizer (1.6.2)
215213
loofah (~> 2.21)
216214
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)
217-
railties (8.0.2.1)
218-
actionpack (= 8.0.2.1)
219-
activesupport (= 8.0.2.1)
215+
railties (8.1.2)
216+
actionpack (= 8.1.2)
217+
activesupport (= 8.1.2)
220218
irb (~> 1.13)
221219
rackup (>= 1.0.0)
222220
rake (>= 12.2)
223221
thor (~> 1.0, >= 1.2.2)
222+
tsort (>= 0.2)
224223
zeitwerk (~> 2.6)
225224
rake (13.3.0)
226225
rdoc (6.15.0)
@@ -241,8 +240,6 @@ GEM
241240
rexml (~> 3.2, >= 3.2.5)
242241
rubyzip (>= 1.2.2, < 4.0)
243242
websocket (~> 1.0)
244-
sqlite3 (2.7.4)
245-
mini_portile2 (~> 2.8.0)
246243
sqlite3 (2.7.4-aarch64-linux-gnu)
247244
sqlite3 (2.7.4-aarch64-linux-musl)
248245
sqlite3 (2.7.4-arm-linux-gnu)
@@ -295,7 +292,7 @@ DEPENDENCIES
295292
jbuilder
296293
openai (~> 0.34)
297294
puma (>= 5.0)
298-
rails (~> 8.0.2.1)
295+
rails (~> 8.1.1)
299296
selenium-webdriver
300297
sqlite3 (>= 2.1)
301298
tzinfo-data

0 commit comments

Comments
 (0)