Dario Maiocchi changed bug 1174315
What Removed Added
CC   dmaiocchi@suse.com

Comment # 1 on bug 1174315 from
Hi

the test rail is failing because your gemfile you require a puma version

puma ~> 3.11 .

You should update the gemfile of the test to require

puma ~> 4.3.5 

so it can work again  the test.

So the issue is more on  test environment/setup rather then other things.

Hope it helps!

best


You are receiving this mail because: