Skip to content

Commit c9ccca1

Browse files
justin808claude
andcommitted
Upgrade React on Rails to 16.2.0.beta.4
This upgrades the React on Rails gem and npm package from version 16.1.1 to 16.2.0.beta.4. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f9486b8 commit c9ccca1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.1.1"
8+
gem "react_on_rails", "16.2.0.beta.4"
99
gem "shakapacker", "9.3.2"
1010

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ GEM
295295
erb
296296
psych (>= 4.0.0)
297297
tsort
298-
react_on_rails (16.1.1)
298+
react_on_rails (16.2.0.beta.4)
299299
addressable
300300
connection_pool
301301
execjs (~> 2.5)
@@ -484,7 +484,7 @@ DEPENDENCIES
484484
rails-html-sanitizer
485485
rails_best_practices
486486
rainbow
487-
react_on_rails (= 16.1.1)
487+
react_on_rails (= 16.2.0.beta.4)
488488
redcarpet
489489
redis (~> 5.0)
490490
rspec-rails (~> 6.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"react": "^19.0.0",
7878
"react-dom": "^19.0.0",
7979
"react-intl": "^6.4.4",
80-
"react-on-rails": "16.1.1",
80+
"react-on-rails": "16.2.0-beta.4",
8181
"react-redux": "^8.1.0",
8282
"react-router": "^6.13.0",
8383
"react-router-dom": "^6.13.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8508,10 +8508,10 @@ react-is@^18.0.0, react-is@^18.3.1:
85088508
resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz"
85098509
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
85108510

8511-
react-on-rails@16.1.1:
8512-
version "16.1.1"
8513-
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.1.1.tgz"
8514-
integrity sha512-Ntw/4HSB/p9QJ1V2kc0aETzK0W0Vy0suSh0Ugs3Ctfso2ovIT2YUegJJyPtFzX9jUZSR6Q/tkmkgNgzASkO0pw==
8511+
react-on-rails@16.2.0-beta.4:
8512+
version "16.2.0-beta.4"
8513+
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.0-beta.4.tgz#bdc2bcb3a0fb794a2b4fc36363e1d49cd1b34fc8"
8514+
integrity sha512-PHPitMzYxWzczmBmjO/oMmBcaamHrSEgpGu9t007W+qPoe6KFe43cY94qF2xkADCALpeotCTuouE/EG4lqeNsw==
85158515

85168516
react-proxy@^1.1.7:
85178517
version "1.1.8"

0 commit comments

Comments
 (0)