Commit fd95be6
Upgrade React on Rails to 16.2.0.beta.10 and fix Ruby version consistency (#689)
* 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]>
* Fix Ruby version to match installed version (3.4.3)
* Upgrade to React on Rails 16.2.0.beta.8 and Shakapacker 9.3.3
- Update react_on_rails gem from 16.2.0.beta.4 to 16.2.0.beta.8
- Update react-on-rails npm package from 16.2.0-beta.4 to 16.2.0-beta.8
- Update shakapacker gem from 9.3.2 to 9.3.3
- Update shakapacker npm package from 9.3.2 to 9.3.3
- Update Ruby version from 3.4.3 to 3.3.7 to match installed version
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Upgrade Shakapacker to 9.3.4.beta.0
- Update shakapacker gem from 9.3.3 to 9.3.4.beta.0
- Update shakapacker npm package from 9.3.3 to 9.3.4-beta.0
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Fix Ruby version mismatch between Gemfile and .ruby-version
Update both files to use Ruby 3.4.3 to match the installed version and resolve
bundle install failures in CI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Update Gemfile.lock for Ruby 3.4.3
Updates the lockfile to reflect the Ruby 3.4.3 version specified in Gemfile
and .ruby-version.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Fix Dockerfile Ruby version to match Gemfile and .ruby-version
Update Ruby version in Dockerfile from 3.4.6 to 3.4.3 to match the
version specified in both Gemfile and .ruby-version files. This resolves
the Docker build failure where bundler was complaining about the Ruby
version mismatch.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Upgrade React on Rails to 16.2.0.beta.10
Update react_on_rails gem and react-on-rails npm package from beta.8 to
beta.10. This includes the latest bug fixes and improvements.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Fix Ruby version in CI workflows to match Gemfile
Update Ruby version from 3.4.6 to 3.4.3 in all CI workflow files
(js_test.yml, lint_test.yml, rspec_test.yml) to match the version
specified in the Gemfile and .ruby-version file.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent f9486b8 commit fd95be6
File tree
9 files changed
+22
-22
lines changed- .controlplane
- .github/workflows
9 files changed
+22
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8508 | 8508 | | |
8509 | 8509 | | |
8510 | 8510 | | |
8511 | | - | |
8512 | | - | |
8513 | | - | |
8514 | | - | |
| 8511 | + | |
| 8512 | + | |
| 8513 | + | |
| 8514 | + | |
8515 | 8515 | | |
8516 | 8516 | | |
8517 | 8517 | | |
| |||
9135 | 9135 | | |
9136 | 9136 | | |
9137 | 9137 | | |
9138 | | - | |
9139 | | - | |
9140 | | - | |
9141 | | - | |
| 9138 | + | |
| 9139 | + | |
| 9140 | + | |
| 9141 | + | |
9142 | 9142 | | |
9143 | 9143 | | |
9144 | 9144 | | |
| |||
0 commit comments