Skip to content

Commit d56639e

Browse files
justin808claude
andcommitted
Update React on Rails to 16.0.1.rc.4
- Update react_on_rails gem from 16.0.1.rc.2 to 16.0.1.rc.4 - Update react-on-rails npm package to match version - Run bundle install and yarn install to update lock files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8427012 commit d56639e

File tree

4 files changed

+148
-265
lines changed

4 files changed

+148
-265
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.2"
8+
gem "react_on_rails", "16.0.1.rc.4"
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.2)
301+
react_on_rails (16.0.1.rc.4)
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.2)
488+
react_on_rails (= 16.0.1.rc.4)
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.2",
81+
"react-on-rails": "16.0.1-rc.4",
8282
"react-redux": "^8.1.0",
8383
"react-router": "^6.13.0",
8484
"react-router-dom": "^6.13.0",

0 commit comments

Comments
 (0)