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
- Update `rails` version constraint from `< 7.0` to `< 8.0` in all gemspecs
- Update `react-rails` constraint from `< 2.5.0` to `< 3.0` (2.7.x added Rails 7 support)
- Remove `.untaint` calls removed in Ruby 3.2 (hyperstack-config, hyper-state, hyper-trace, hyper-component)
- Guard `config.assets` access in rail_tie.rb for Propshaft compatibility
- Guard `ActiveSupport::Dependencies.require_or_load` alias in server_side_auto_require.rb (removed in Rails 7.2)
- Loosen `sqlite3`, `timecop`, and `rspec` dev dependency constraints to allow modern versions
- Add `gem 'rack', '< 3'` to Gemfiles (puma 5.x requires rack < 3)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments