Skip to content

Activesupport 8 support #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jtrujill opened this issue Mar 18, 2025 · 1 comment · May be fixed by #125
Open

Activesupport 8 support #121

jtrujill opened this issue Mar 18, 2025 · 1 comment · May be fixed by #125

Comments

@jtrujill
Copy link

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?

@drnic
Copy link

drnic commented May 14, 2025

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

@drnic drnic linked a pull request May 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants