Skip to content

Commit 6bc5ad6

Browse files
authored
Merge pull request #114 from shakacode/codex/update-demo-deps-16-4-0-rc5
Update demos to react-on-rails 16.4.0-rc.5 / react_on_rails 16.4.0.rc.5
2 parents cda856c + 538b427 commit 6bc5ad6

10 files changed

Lines changed: 234 additions & 252 deletions

File tree

demos/basic-v16-rspack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343

4444
gem "shakapacker", "~> 9.3.0"
4545

46-
gem "react_on_rails", "~> 16.1"
46+
gem "react_on_rails", '16.4.0.rc.5'
4747

4848
# Shared demo configuration and utilities
4949
gem "shakacode_demo_common", path: "../../packages/shakacode_demo_common"

demos/basic-v16-rspack/Gemfile.lock

Lines changed: 101 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -11,65 +11,65 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (8.0.3)
15-
actionpack (= 8.0.3)
16-
activesupport (= 8.0.3)
14+
actioncable (8.0.4)
15+
actionpack (= 8.0.4)
16+
activesupport (= 8.0.4)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
1919
zeitwerk (~> 2.6)
20-
actionmailbox (8.0.3)
21-
actionpack (= 8.0.3)
22-
activejob (= 8.0.3)
23-
activerecord (= 8.0.3)
24-
activestorage (= 8.0.3)
25-
activesupport (= 8.0.3)
20+
actionmailbox (8.0.4)
21+
actionpack (= 8.0.4)
22+
activejob (= 8.0.4)
23+
activerecord (= 8.0.4)
24+
activestorage (= 8.0.4)
25+
activesupport (= 8.0.4)
2626
mail (>= 2.8.0)
27-
actionmailer (8.0.3)
28-
actionpack (= 8.0.3)
29-
actionview (= 8.0.3)
30-
activejob (= 8.0.3)
31-
activesupport (= 8.0.3)
27+
actionmailer (8.0.4)
28+
actionpack (= 8.0.4)
29+
actionview (= 8.0.4)
30+
activejob (= 8.0.4)
31+
activesupport (= 8.0.4)
3232
mail (>= 2.8.0)
3333
rails-dom-testing (~> 2.2)
34-
actionpack (8.0.3)
35-
actionview (= 8.0.3)
36-
activesupport (= 8.0.3)
34+
actionpack (8.0.4)
35+
actionview (= 8.0.4)
36+
activesupport (= 8.0.4)
3737
nokogiri (>= 1.8.5)
3838
rack (>= 2.2.4)
3939
rack-session (>= 1.0.1)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
4343
useragent (~> 0.16)
44-
actiontext (8.0.3)
45-
actionpack (= 8.0.3)
46-
activerecord (= 8.0.3)
47-
activestorage (= 8.0.3)
48-
activesupport (= 8.0.3)
44+
actiontext (8.0.4)
45+
actionpack (= 8.0.4)
46+
activerecord (= 8.0.4)
47+
activestorage (= 8.0.4)
48+
activesupport (= 8.0.4)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (8.0.3)
52-
activesupport (= 8.0.3)
51+
actionview (8.0.4)
52+
activesupport (= 8.0.4)
5353
builder (~> 3.1)
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
activejob (8.0.3)
58-
activesupport (= 8.0.3)
57+
activejob (8.0.4)
58+
activesupport (= 8.0.4)
5959
globalid (>= 0.3.6)
60-
activemodel (8.0.3)
61-
activesupport (= 8.0.3)
62-
activerecord (8.0.3)
63-
activemodel (= 8.0.3)
64-
activesupport (= 8.0.3)
60+
activemodel (8.0.4)
61+
activesupport (= 8.0.4)
62+
activerecord (8.0.4)
63+
activemodel (= 8.0.4)
64+
activesupport (= 8.0.4)
6565
timeout (>= 0.4.0)
66-
activestorage (8.0.3)
67-
actionpack (= 8.0.3)
68-
activejob (= 8.0.3)
69-
activerecord (= 8.0.3)
70-
activesupport (= 8.0.3)
66+
activestorage (8.0.4)
67+
actionpack (= 8.0.4)
68+
activejob (= 8.0.4)
69+
activerecord (= 8.0.4)
70+
activesupport (= 8.0.4)
7171
marcel (~> 1.0)
72-
activesupport (8.0.3)
72+
activesupport (8.0.4)
7373
base64
7474
benchmark (>= 0.3)
7575
bigdecimal
@@ -82,38 +82,39 @@ GEM
8282
securerandom (>= 0.3)
8383
tzinfo (~> 2.0, >= 2.0.5)
8484
uri (>= 0.13.1)
85-
addressable (2.8.7)
86-
public_suffix (>= 2.0.2, < 7.0)
85+
addressable (2.8.8)
86+
public_suffix (>= 2.0.2, < 8.0)
8787
ast (2.4.3)
8888
base64 (0.3.0)
89-
benchmark (0.4.1)
90-
bigdecimal (3.2.3)
89+
benchmark (0.5.0)
90+
bigdecimal (4.0.1)
9191
bindex (0.8.1)
9292
bootsnap (1.18.6)
9393
msgpack (~> 1.2)
9494
brakeman (7.1.0)
9595
racc
9696
builder (3.3.0)
97-
concurrent-ruby (1.3.5)
98-
connection_pool (2.5.4)
97+
concurrent-ruby (1.3.6)
98+
connection_pool (3.0.2)
9999
crass (1.0.6)
100100
cypress-on-rails (1.19.0)
101101
rack
102-
date (3.4.1)
102+
date (3.5.1)
103103
debug (1.11.0)
104104
irb (~> 1.10)
105105
reline (>= 0.3.8)
106106
drb (2.2.3)
107-
erb (5.0.2)
107+
erb (6.0.2)
108108
erubi (1.13.1)
109109
execjs (2.10.0)
110110
globalid (1.3.0)
111111
activesupport (>= 6.1)
112-
i18n (1.14.7)
112+
i18n (1.14.8)
113113
concurrent-ruby (~> 1.0)
114-
io-console (0.8.1)
115-
irb (1.15.2)
114+
io-console (0.8.2)
115+
irb (1.17.0)
116116
pp (>= 0.6.0)
117+
prism (>= 1.3.0)
117118
rdoc (>= 4.0.0)
118119
reline (>= 0.4.2)
119120
jbuilder (2.14.1)
@@ -123,19 +124,22 @@ GEM
123124
language_server-protocol (3.17.0.5)
124125
lint_roller (1.1.0)
125126
logger (1.7.0)
126-
loofah (2.24.1)
127+
loofah (2.25.0)
127128
crass (~> 1.0.2)
128129
nokogiri (>= 1.12.0)
129-
mail (2.8.1)
130+
mail (2.9.0)
131+
logger
130132
mini_mime (>= 0.1.1)
131133
net-imap
132134
net-pop
133135
net-smtp
134136
marcel (1.1.0)
135137
mini_mime (1.1.5)
136-
minitest (5.25.5)
138+
minitest (6.0.2)
139+
drb (~> 2.0)
140+
prism (~> 1.5)
137141
msgpack (1.8.0)
138-
net-imap (0.5.11)
142+
net-imap (0.6.3)
139143
date
140144
net-protocol
141145
net-pop (0.1.2)
@@ -144,24 +148,24 @@ GEM
144148
timeout
145149
net-smtp (0.5.1)
146150
net-protocol
147-
nio4r (2.7.4)
148-
nokogiri (1.18.10-aarch64-linux-gnu)
151+
nio4r (2.7.5)
152+
nokogiri (1.19.1-aarch64-linux-gnu)
149153
racc (~> 1.4)
150-
nokogiri (1.18.10-aarch64-linux-musl)
154+
nokogiri (1.19.1-aarch64-linux-musl)
151155
racc (~> 1.4)
152-
nokogiri (1.18.10-arm-linux-gnu)
156+
nokogiri (1.19.1-arm-linux-gnu)
153157
racc (~> 1.4)
154-
nokogiri (1.18.10-arm-linux-musl)
158+
nokogiri (1.19.1-arm-linux-musl)
155159
racc (~> 1.4)
156-
nokogiri (1.18.10-arm64-darwin)
160+
nokogiri (1.19.1-arm64-darwin)
157161
racc (~> 1.4)
158-
nokogiri (1.18.10-x86_64-darwin)
162+
nokogiri (1.19.1-x86_64-darwin)
159163
racc (~> 1.4)
160-
nokogiri (1.18.10-x86_64-linux-gnu)
164+
nokogiri (1.19.1-x86_64-linux-gnu)
161165
racc (~> 1.4)
162-
nokogiri (1.18.10-x86_64-linux-musl)
166+
nokogiri (1.19.1-x86_64-linux-musl)
163167
racc (~> 1.4)
164-
package_json (0.1.0)
168+
package_json (0.2.0)
165169
parallel (1.27.0)
166170
parser (3.3.9.0)
167171
ast (~> 2.4.1)
@@ -173,76 +177,76 @@ GEM
173177
pg (1.6.2-x86_64-darwin)
174178
pg (1.6.2-x86_64-linux)
175179
pg (1.6.2-x86_64-linux-musl)
176-
pp (0.6.2)
180+
pp (0.6.3)
177181
prettyprint
178182
prettyprint (0.2.0)
179183
prism (1.5.1)
180184
propshaft (1.3.1)
181185
actionpack (>= 7.0.0)
182186
activesupport (>= 7.0.0)
183187
rack
184-
psych (5.2.6)
188+
psych (5.3.1)
185189
date
186190
stringio
187-
public_suffix (6.0.2)
191+
public_suffix (7.0.2)
188192
puma (7.0.4)
189193
nio4r (~> 2.0)
190194
racc (1.8.1)
191-
rack (3.2.1)
195+
rack (3.2.5)
192196
rack-proxy (0.7.7)
193197
rack
194198
rack-session (2.1.1)
195199
base64 (>= 0.1.0)
196200
rack (>= 3.0.0)
197201
rack-test (2.2.0)
198202
rack (>= 1.3)
199-
rackup (2.2.1)
203+
rackup (2.3.1)
200204
rack (>= 3)
201-
rails (8.0.3)
202-
actioncable (= 8.0.3)
203-
actionmailbox (= 8.0.3)
204-
actionmailer (= 8.0.3)
205-
actionpack (= 8.0.3)
206-
actiontext (= 8.0.3)
207-
actionview (= 8.0.3)
208-
activejob (= 8.0.3)
209-
activemodel (= 8.0.3)
210-
activerecord (= 8.0.3)
211-
activestorage (= 8.0.3)
212-
activesupport (= 8.0.3)
205+
rails (8.0.4)
206+
actioncable (= 8.0.4)
207+
actionmailbox (= 8.0.4)
208+
actionmailer (= 8.0.4)
209+
actionpack (= 8.0.4)
210+
actiontext (= 8.0.4)
211+
actionview (= 8.0.4)
212+
activejob (= 8.0.4)
213+
activemodel (= 8.0.4)
214+
activerecord (= 8.0.4)
215+
activestorage (= 8.0.4)
216+
activesupport (= 8.0.4)
213217
bundler (>= 1.15.0)
214-
railties (= 8.0.3)
218+
railties (= 8.0.4)
215219
rails-dom-testing (2.3.0)
216220
activesupport (>= 5.0.0)
217221
minitest
218222
nokogiri (>= 1.6)
219-
rails-html-sanitizer (1.6.2)
220-
loofah (~> 2.21)
223+
rails-html-sanitizer (1.7.0)
224+
loofah (~> 2.25)
221225
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)
222-
railties (8.0.3)
223-
actionpack (= 8.0.3)
224-
activesupport (= 8.0.3)
226+
railties (8.0.4)
227+
actionpack (= 8.0.4)
228+
activesupport (= 8.0.4)
225229
irb (~> 1.13)
226230
rackup (>= 1.0.0)
227231
rake (>= 12.2)
228232
thor (~> 1.0, >= 1.2.2)
229233
tsort (>= 0.2)
230234
zeitwerk (~> 2.6)
231235
rainbow (3.1.1)
232-
rake (13.3.0)
233-
rdoc (6.15.0)
236+
rake (13.3.1)
237+
rdoc (7.2.0)
234238
erb
235239
psych (>= 4.0.0)
236240
tsort
237-
react_on_rails (16.1.1)
241+
react_on_rails (16.4.0.rc.5)
238242
addressable
239243
connection_pool
240244
execjs (~> 2.5)
241245
rails (>= 5.2)
242246
rainbow (~> 3.0)
243247
shakapacker (>= 6.0)
244248
regexp_parser (2.11.3)
245-
reline (0.6.2)
249+
reline (0.6.3)
246250
io-console (~> 0.5)
247251
rubocop (1.81.1)
248252
json (~> 2.3)
@@ -274,28 +278,28 @@ GEM
274278
rubocop-rails (>= 2.30)
275279
ruby-progressbar (1.13.0)
276280
securerandom (0.4.1)
277-
semantic_range (3.1.0)
278-
shakapacker (9.3.0)
281+
semantic_range (3.1.1)
282+
shakapacker (9.3.4)
279283
activesupport (>= 5.2)
280284
package_json
281285
rack-proxy (>= 0.6.1)
282286
railties (>= 5.2)
283287
semantic_range (>= 2.3.0)
284-
stringio (3.1.7)
285-
thor (1.4.0)
288+
stringio (3.2.0)
289+
thor (1.5.0)
286290
thruster (0.1.15)
287291
thruster (0.1.15-aarch64-linux)
288292
thruster (0.1.15-arm64-darwin)
289293
thruster (0.1.15-x86_64-darwin)
290294
thruster (0.1.15-x86_64-linux)
291-
timeout (0.4.3)
295+
timeout (0.6.0)
292296
tsort (0.2.0)
293297
tzinfo (2.0.6)
294298
concurrent-ruby (~> 1.0)
295299
unicode-display_width (3.2.0)
296300
unicode-emoji (~> 4.1)
297301
unicode-emoji (4.1.0)
298-
uri (1.0.3)
302+
uri (1.1.1)
299303
useragent (0.16.11)
300304
web-console (4.2.1)
301305
actionview (>= 6.0.0)
@@ -306,7 +310,7 @@ GEM
306310
base64
307311
websocket-extensions (>= 0.1.0)
308312
websocket-extensions (0.1.5)
309-
zeitwerk (2.7.3)
313+
zeitwerk (2.7.5)
310314

311315
PLATFORMS
312316
aarch64-linux
@@ -329,7 +333,7 @@ DEPENDENCIES
329333
propshaft
330334
puma (>= 5.0)
331335
rails (~> 8.0.3)
332-
react_on_rails (~> 16.1)
336+
react_on_rails (= 16.4.0.rc.5)
333337
rubocop-rails-omakase
334338
shakacode_demo_common!
335339
shakapacker (~> 9.3.0)

demos/basic-v16-rspack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ A React on Rails demo application showcasing **Rspack integration** with unified
55
## Gem Versions
66

77
This demo uses:
8-
- **React on Rails**: `~> 16.1`
8+
- **React on Rails**: `16.4.0.rc.5` gem / `16.4.0-rc.5` npm package
99
- **Shakapacker**: `~> 9.0.0` (with rspack support)
1010
- **React**: `^19.2.0`
1111

12-
Created: 2025-10-05
12+
Updated: 2026-02-26
1313

1414
> **Note**: To update versions, see [Version Management](../../docs/VERSION_MANAGEMENT.md)
1515

0 commit comments

Comments
 (0)