abhaynikam / boring_generators

Boring generators aims to make your development faster by delegating boring setups to us.
https://www.boringgenerators.com/
MIT License
269 stars 25 forks source link

Upgrade app template and CI ruby version to 2.7.3 #84

Closed coolprobn closed 6 months ago

coolprobn commented 1 year ago

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

coolprobn commented 1 year ago

@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.

coolprobn commented 7 months ago

@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 😅