boring_generators
boring_generators copied to clipboard
Upgrade app template and CI ruby version to 2.7.3
Tests were failing in M1 Mac (my development machine) with Segmentation fault error. It is a known bug for 2.7.0 and 2.7.1 but is fixed in 2.7.3, see https://bugs.ruby-lang.org/issues/17937
@abhaynikam Test is failing due to some imagemagick issue, I will take a look at it later in this week and see if I can resolve the issue. Same issue is already failing tests in our CI for our main branch too so this will be a good fix for our repo.
@abhaynikam Would it be possible to merge this?
After coming back to this project after a long time, I just spent 2 hours debugging failing tests only to realize there was this issue I had already fixed in the end 😅