Actions
Bug #38418
closedPin spring to 4.2.1 in development environment
Description
Spring v4.3.0, in combination with Ruby 3.0.7 and Rails 7, is causing an error that blocks the Rails start.
Error: "method_missing: undefined method 'root' for Rails::Application:Class (NoMethodError)"
One solution could be to upgrade Ruby to 3.1.7, but that doesn't work on the latest Fedora 42 [1].
And upgrading to 3.2.z is not feasible due to some gems limiting Ruby versions to < 3.2 (safe-render, I think).
Reported issues:
[0] https://github.com/rails/spring/issues/737
[1] https://github.com/rbenv/ruby-build/discussions/2529
Updated by The Foreman Bot 2 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10539 added
Updated by Leos Stejskal 2 days ago
- Related to Bug #38419: TODO: Update spring in development to the latest version added
Updated by Leos Stejskal 2 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|42c6c59f2f1b3ab6aeb11006816cd9feb76e1519.
Actions