Skip to content

Commit baac683

Browse files
justin808claude
andcommitted
Update react_on_rails to 16.2.0.beta.11
This version includes the fix for the PackerUtils constant issue that was preventing bin/dev from starting properly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6039dd7 commit baac683

File tree

2 files changed

+75
-72
lines changed

2 files changed

+75
-72
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby "3.4.6"
77

8-
gem "react_on_rails", "16.2.0.beta.10"
8+
gem "react_on_rails", "16.2.0.beta.11"
99
gem "shakapacker", "9.3.3"
1010

1111
# Bundle edge Rails instead: gem "rails", github: "rails/rails"

Gemfile.lock

Lines changed: 74 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.3)
11-
actionpack (= 8.0.3)
12-
activejob (= 8.0.3)
13-
activerecord (= 8.0.3)
14-
activestorage (= 8.0.3)
15-
activesupport (= 8.0.3)
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.3)
18-
actionpack (= 8.0.3)
19-
actionview (= 8.0.3)
20-
activejob (= 8.0.3)
21-
activesupport (= 8.0.3)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
34-
actiontext (8.0.3)
35-
actionpack (= 8.0.3)
36-
activerecord (= 8.0.3)
37-
activestorage (= 8.0.3)
38-
activesupport (= 8.0.3)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.3)
48-
activesupport (= 8.0.3)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.3)
51-
activesupport (= 8.0.3)
52-
activerecord (8.0.3)
53-
activemodel (= 8.0.3)
54-
activesupport (= 8.0.3)
53+
activemodel (8.1.1)
54+
activesupport (= 8.1.1)
55+
activerecord (8.1.1)
56+
activemodel (= 8.1.1)
57+
activesupport (= 8.1.1)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.3)
57-
actionpack (= 8.0.3)
58-
activejob (= 8.0.3)
59-
activerecord (= 8.0.3)
60-
activesupport (= 8.0.3)
59+
activestorage (8.1.1)
60+
actionpack (= 8.1.1)
61+
activejob (= 8.1.1)
62+
activerecord (= 8.1.1)
63+
activesupport (= 8.1.1)
6164
marcel (~> 1.0)
62-
activesupport (8.0.3)
65+
activesupport (8.1.1)
6366
base64
64-
benchmark (>= 0.3)
6567
bigdecimal
6668
concurrent-ruby (~> 1.0, >= 1.3.1)
6769
connection_pool (>= 2.2.5)
6870
drb
6971
i18n (>= 1.6, < 2)
72+
json
7073
logger (>= 1.4.2)
7174
minitest (>= 5.1)
7275
securerandom (>= 0.3)
@@ -79,7 +82,6 @@ GEM
7982
execjs (~> 2)
8083
awesome_print (1.9.2)
8184
base64 (0.3.0)
82-
benchmark (0.4.1)
8385
bigdecimal (3.3.1)
8486
bindex (0.8.1)
8587
binding_of_caller (1.0.1)
@@ -123,15 +125,15 @@ GEM
123125
activerecord (>= 5.a)
124126
database_cleaner-core (~> 2.0.0)
125127
database_cleaner-core (2.0.1)
126-
date (3.4.1)
128+
date (3.5.0)
127129
debug (1.9.2)
128130
irb (~> 1.10)
129131
reline (>= 0.3.8)
130132
debug_inspector (1.2.0)
131133
diff-lcs (1.5.1)
132134
docile (1.4.0)
133135
drb (2.2.3)
134-
erb (5.1.1)
136+
erb (6.0.0)
135137
erubi (1.13.1)
136138
erubis (2.7.0)
137139
execjs (2.10.0)
@@ -152,7 +154,7 @@ GEM
152154
concurrent-ruby (~> 1.0)
153155
interception (0.5)
154156
io-console (0.8.1)
155-
irb (1.15.2)
157+
irb (1.15.3)
156158
pp (>= 0.6.0)
157159
rdoc (>= 4.0.0)
158160
reline (>= 0.4.2)
@@ -171,7 +173,8 @@ GEM
171173
loofah (2.24.1)
172174
crass (~> 1.0.2)
173175
nokogiri (>= 1.12.0)
174-
mail (2.8.1)
176+
mail (2.9.0)
177+
logger
175178
mini_mime (>= 0.1.1)
176179
net-imap
177180
net-pop
@@ -180,10 +183,10 @@ GEM
180183
matrix (0.4.2)
181184
method_source (1.1.0)
182185
mini_mime (1.1.5)
183-
minitest (5.26.0)
186+
minitest (5.26.2)
184187
mize (0.4.1)
185188
protocol (~> 2.0)
186-
net-imap (0.5.10)
189+
net-imap (0.5.12)
187190
date
188191
net-protocol
189192
net-pop (0.1.2)
@@ -192,7 +195,7 @@ GEM
192195
timeout
193196
net-smtp (0.5.1)
194197
net-protocol
195-
nio4r (2.7.4)
198+
nio4r (2.7.5)
196199
nokogiri (1.18.10-arm64-darwin)
197200
racc (~> 1.4)
198201
nokogiri (1.18.10-x86_64-linux-gnu)
@@ -233,7 +236,7 @@ GEM
233236
puma (6.4.2)
234237
nio4r (~> 2.0)
235238
racc (1.8.1)
236-
rack (3.2.3)
239+
rack (3.2.4)
237240
rack-proxy (0.7.7)
238241
rack
239242
rack-session (2.1.1)
@@ -243,20 +246,20 @@ GEM
243246
rack (>= 1.3)
244247
rackup (2.2.1)
245248
rack (>= 3)
246-
rails (8.0.3)
247-
actioncable (= 8.0.3)
248-
actionmailbox (= 8.0.3)
249-
actionmailer (= 8.0.3)
250-
actionpack (= 8.0.3)
251-
actiontext (= 8.0.3)
252-
actionview (= 8.0.3)
253-
activejob (= 8.0.3)
254-
activemodel (= 8.0.3)
255-
activerecord (= 8.0.3)
256-
activestorage (= 8.0.3)
257-
activesupport (= 8.0.3)
249+
rails (8.1.1)
250+
actioncable (= 8.1.1)
251+
actionmailbox (= 8.1.1)
252+
actionmailer (= 8.1.1)
253+
actionpack (= 8.1.1)
254+
actiontext (= 8.1.1)
255+
actionview (= 8.1.1)
256+
activejob (= 8.1.1)
257+
activemodel (= 8.1.1)
258+
activerecord (= 8.1.1)
259+
activestorage (= 8.1.1)
260+
activesupport (= 8.1.1)
258261
bundler (>= 1.15.0)
259-
railties (= 8.0.3)
262+
railties (= 8.1.1)
260263
rails-dom-testing (2.3.0)
261264
activesupport (>= 5.0.0)
262265
minitest
@@ -272,25 +275,25 @@ GEM
272275
json
273276
require_all (~> 3.0)
274277
ruby-progressbar
275-
railties (8.0.3)
276-
actionpack (= 8.0.3)
277-
activesupport (= 8.0.3)
278+
railties (8.1.1)
279+
actionpack (= 8.1.1)
280+
activesupport (= 8.1.1)
278281
irb (~> 1.13)
279282
rackup (>= 1.0.0)
280283
rake (>= 12.2)
281284
thor (~> 1.0, >= 1.2.2)
282285
tsort (>= 0.2)
283286
zeitwerk (~> 2.6)
284287
rainbow (3.1.1)
285-
rake (13.3.0)
288+
rake (13.3.1)
286289
rb-fsevent (0.11.2)
287290
rb-inotify (0.11.1)
288291
ffi (~> 1.0)
289-
rdoc (6.15.0)
292+
rdoc (6.15.1)
290293
erb
291294
psych (>= 4.0.0)
292295
tsort
293-
react_on_rails (16.2.0.beta.10)
296+
react_on_rails (16.2.0.beta.11)
294297
addressable
295298
connection_pool
296299
execjs (~> 2.5)
@@ -303,7 +306,7 @@ GEM
303306
redis-client (0.22.2)
304307
connection_pool
305308
regexp_parser (2.11.3)
306-
reline (0.6.2)
309+
reline (0.6.3)
307310
io-console (~> 0.5)
308311
require_all (3.0.0)
309312
rexml (3.3.1)
@@ -405,7 +408,7 @@ GEM
405408
sprockets (>= 3.0.0)
406409
stimulus-rails (1.3.3)
407410
railties (>= 6.0.0)
408-
stringio (3.1.7)
411+
stringio (3.1.8)
409412
strscan (3.1.0)
410413
sync (0.5.0)
411414
term-ansicolor (1.10.2)
@@ -415,7 +418,7 @@ GEM
415418
thruster (0.1.16-arm64-darwin)
416419
thruster (0.1.16-x86_64-linux)
417420
tilt (2.4.0)
418-
timeout (0.4.3)
421+
timeout (0.4.4)
419422
tins (1.33.0)
420423
bigdecimal
421424
sync
@@ -430,7 +433,7 @@ GEM
430433
unicode-display_width (3.2.0)
431434
unicode-emoji (~> 4.1)
432435
unicode-emoji (4.1.0)
433-
uri (1.0.4)
436+
uri (1.1.1)
434437
useragent (0.16.11)
435438
web-console (4.2.1)
436439
actionview (>= 6.0.0)
@@ -480,7 +483,7 @@ DEPENDENCIES
480483
rails-html-sanitizer
481484
rails_best_practices
482485
rainbow
483-
react_on_rails (= 16.2.0.beta.10)
486+
react_on_rails (= 16.2.0.beta.11)
484487
redcarpet
485488
redis (~> 5.0)
486489
rspec-rails (~> 6.0.0)

0 commit comments

Comments
 (0)