Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove rack from the gemfile (#1512)
It was initially added in #987 but the reasoning is lost on me. Rails 6.1 and 7.0 only work with Rack 2 which causes dependabot update PRs to break CI when it bumps to Rack 3 Rails head will also switch to be Rack 3 only at some point. Just let bundler resolve to what works. GoodJob does have to do some version-specific rack handling but I don't think this needs to be part of the matrix
- Loading branch information