Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: remove version constraint on active-support
Motivation ---------- This will require the Active Support Core extensions when needed. https://guides.rubyonrails.org/active_support_core_extensions.html I think it's fine to lift the version constraint altogether. How to test ----------- 1. `bundle install` 2. `bundle exec rake` 3. Tests pass (on my machine one test fails, but that's unrelated)
- Loading branch information