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
The project has many strict dependencies which could be loosened; and allow the client application determine the best dependency via bundler.
E.g. s.add_runtime_dependency 'time', '~> 0.2.2' -- what was in v0.3.0 that lead to the constraint on v0.2.X only? https://github.com/ruby/time/releases
I’m currently trying to upgrade our app to rails 8 but this project has a runtime dependency on activesupport < 8 which prevents me from upgrading.
Are there plans to allow support for activesupport >= 8 anytime soon?
The text was updated successfully, but these errors were encountered: