Closed mattgibson closed 1 year ago
Try updating gems to later versions, it's not possible to express all compatibility requirements across all versions and gems using rubygems specifications. Or maybe it could be done but will create more problems than it solves.
P.S. dry-matcher 1.0 was released on the 1st of Jan P.P.S. I would drop it in favor of pattern matching tbh.
Describe the bug
With a Gemfile like this:
I get this error when I start up the app:
With a Gemfile like this
The error is not there.
I assume there is some issue with load order/zeitwerk.
To Reproduce
Make a Rails app with the above Gemfile and try to start it up, or run some specs.
Expected behavior
No error shows up.
My environment