Skip to content

Commit 66b8807

Browse files
justin808claude
andcommitted
Update shakapacker to 10.0.0, react_on_rails to 16.6.0, and react_on_rails_pro to 16.6.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4f917af commit 66b8807

14 files changed

Lines changed: 11485 additions & 228 deletions

File tree

demos/basic-v16-rspack-tanstack/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ gem "tzinfo-data", platforms: %i[ windows jruby ]
2121
gem "bootsnap", require: false
2222

2323
# JavaScript bundling with Webpack/Rspack
24-
gem "shakapacker", "~> 9.3.0"
24+
gem "shakapacker", "~> 10.0.0"
2525

2626
# React integration for Rails with SSR support
27-
gem "react_on_rails", "16.2.0"
27+
gem "react_on_rails", "16.6.0"
2828

2929
# React on Rails Pro - Node Renderer for production-grade SSR (REQUIRED)
3030
# TanStack Router requires Node.js APIs (setTimeout, clearTimeout, etc.)
3131
# that are not available in the default ExecJS environment.
32-
gem "react_on_rails_pro", "16.2.0"
32+
gem "react_on_rails_pro", "16.6.0"
3333

3434
# Colored terminal output for build scripts
3535
gem "rainbow"

demos/basic-v16-rspack-tanstack/Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ GEM
7272
securerandom (>= 0.3)
7373
tzinfo (~> 2.0, >= 2.0.5)
7474
uri (>= 0.13.1)
75-
addressable (2.8.8)
75+
addressable (2.9.0)
7676
public_suffix (>= 2.0.2, < 8.0)
7777
ast (2.4.3)
78-
async (2.35.3)
78+
async (2.39.0)
7979
console (~> 1.29)
8080
fiber-annotation
8181
io-event (~> 1.11)
@@ -92,7 +92,7 @@ GEM
9292
builder (3.3.0)
9393
concurrent-ruby (1.3.6)
9494
connection_pool (3.0.2)
95-
console (1.34.2)
95+
console (1.34.3)
9696
fiber-annotation
9797
fiber-local (~> 1.1)
9898
json
@@ -104,20 +104,20 @@ GEM
104104
drb (2.2.3)
105105
erb (6.0.1)
106106
erubi (1.13.1)
107-
execjs (2.10.0)
107+
execjs (2.10.1)
108108
fiber-annotation (0.2.0)
109109
fiber-local (1.1.0)
110110
fiber-storage
111111
fiber-storage (1.0.1)
112112
globalid (1.3.0)
113113
activesupport (>= 6.1)
114-
http-2 (1.1.1)
115-
httpx (1.7.0)
116-
http-2 (>= 1.0.0)
114+
http-2 (1.1.3)
115+
httpx (1.7.6)
116+
http-2 (>= 1.1.3)
117117
i18n (1.14.8)
118118
concurrent-ruby (~> 1.0)
119119
io-console (0.8.2)
120-
io-event (1.14.2)
120+
io-event (1.15.1)
121121
irb (1.16.0)
122122
pp (>= 0.6.0)
123123
rdoc (>= 4.0.0)
@@ -195,7 +195,7 @@ GEM
195195
psych (5.3.1)
196196
date
197197
stringio
198-
public_suffix (7.0.2)
198+
public_suffix (7.0.5)
199199
puma (7.1.0)
200200
nio4r (~> 2.0)
201201
racc (1.8.1)
@@ -245,23 +245,23 @@ GEM
245245
erb
246246
psych (>= 4.0.0)
247247
tsort
248-
react_on_rails (16.2.0)
248+
react_on_rails (16.6.0)
249249
addressable
250250
connection_pool
251251
execjs (~> 2.5)
252252
rails (>= 5.2)
253253
rainbow (~> 3.0)
254254
shakapacker (>= 6.0)
255-
react_on_rails_pro (16.2.0)
255+
react_on_rails_pro (16.6.0)
256256
addressable
257-
async (>= 2.6)
257+
async (>= 2.29)
258258
connection_pool
259259
execjs (~> 2.9)
260260
http-2 (>= 1.1.1)
261261
httpx (~> 1.5)
262262
jwt (~> 2.7)
263263
rainbow
264-
react_on_rails (= 16.2.0)
264+
react_on_rails (= 16.6.0)
265265
regexp_parser (2.11.3)
266266
reline (0.6.3)
267267
io-console (~> 0.5)
@@ -295,8 +295,8 @@ GEM
295295
rubocop-rails (>= 2.30)
296296
ruby-progressbar (1.13.0)
297297
securerandom (0.4.1)
298-
semantic_range (3.1.0)
299-
shakapacker (9.3.4)
298+
semantic_range (3.1.1)
299+
shakapacker (10.0.0)
300300
activesupport (>= 5.2)
301301
package_json
302302
rack-proxy (>= 0.6.1)
@@ -352,10 +352,10 @@ DEPENDENCIES
352352
puma (>= 5.0)
353353
rails (~> 8.0.3)
354354
rainbow
355-
react_on_rails (= 16.2.0)
356-
react_on_rails_pro (= 16.2.0)
355+
react_on_rails (= 16.6.0)
356+
react_on_rails_pro (= 16.6.0)
357357
rubocop-rails-omakase
358-
shakapacker (~> 9.3.0)
358+
shakapacker (~> 10.0.0)
359359
thruster
360360
tzinfo-data
361361
web-console

0 commit comments

Comments
 (0)