Skip to content

Commit a9bfe7c

Browse files
justin808claude
andcommitted
Update React on Rails to 16.1.1
- Upgrade react_on_rails gem from 16.0.1.rc.4 to 16.1.1 (stable release) - Update react-on-rails npm package to match version - Build ReScript files for compatibility - Build webpack assets for test environment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4b76b88 commit a9bfe7c

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.3.4"
77

8-
gem "react_on_rails", "16.0.1.rc.4"
8+
gem "react_on_rails", "16.1.1"
99
gem "shakapacker", "8.2.0"
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
@@ -298,7 +298,7 @@ GEM
298298
rdoc (6.14.2)
299299
erb
300300
psych (>= 4.0.0)
301-
react_on_rails (16.0.1.rc.4)
301+
react_on_rails (16.1.1)
302302
addressable
303303
connection_pool
304304
execjs (~> 2.5)
@@ -485,7 +485,7 @@ DEPENDENCIES
485485
rails-html-sanitizer
486486
rails_best_practices
487487
rainbow
488-
react_on_rails (= 16.0.1.rc.4)
488+
react_on_rails (= 16.1.1)
489489
redcarpet
490490
redis (~> 5.0)
491491
rspec-rails (~> 6.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"react": "^19.0.0",
7979
"react-dom": "^19.0.0",
8080
"react-intl": "^6.4.4",
81-
"react-on-rails": "16.0.1-rc.4",
81+
"react-on-rails": "16.1.1",
8282
"react-redux": "^8.1.0",
8383
"react-router": "^6.13.0",
8484
"react-router-dom": "^6.13.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7268,10 +7268,10 @@ react-is@^18.0.0:
72687268
resolved "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz"
72697269
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
72707270

7271-
react-on-rails@16.0.1-rc.4:
7272-
version "16.0.1-rc.4"
7273-
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.0.1-rc.4.tgz#c4ed21579dbf8d4602f1fbff26b1ada581f2188c"
7274-
integrity sha512-V6unOWd/PvcbEcgtsjf/i10wf2BgZ0NBJ9Dq5jWXm9OtlzRGvIqMXsK05YkyJ1auPlaExxxJezNPC+BQKLRhEg==
7271+
react-on-rails@16.1.1:
7272+
version "16.1.1"
7273+
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.1.1.tgz#bf5e752c44381252204482342ae5722d9f45f715"
7274+
integrity sha512-Ntw/4HSB/p9QJ1V2kc0aETzK0W0Vy0suSh0Ugs3Ctfso2ovIT2YUegJJyPtFzX9jUZSR6Q/tkmkgNgzASkO0pw==
72757275

72767276
react-proxy@^1.1.7:
72777277
version "1.1.8"

0 commit comments

Comments
 (0)