You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <noreply@anthropic.com>
* 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 <noreply@anthropic.com>
* 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 <noreply@anthropic.com>
* 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 <noreply@anthropic.com>
* 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 <noreply@anthropic.com>
* 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 <noreply@anthropic.com>
* 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 <noreply@anthropic.com>
* 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 <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments