Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Rails branches instead of versions
Currently, our test suite for Solidus 4.1 and 4.2 break because `concurrent-ruby` dropped a dependency on the `logger` gem, and Rails has not released the fix yet (`require 'logger'` in the right place. This moves the Rails version to be a Github branch rather than a released version, in an attempt to get quicker fixes when the ecosystem breaks.
- Loading branch information