Closed deivid-rodriguez closed 4 years ago
The problem was CI is failing due to a rack warning.
My diagnosis was that our CI shouldn't break because of third party changes.
My fix is to lock the rack version our tests use.
I chose this fix because it gives us a more deterministic test environment, which is good.
@bundlerbot merge
@bundlerbot retry
What was the end-user problem that led to this PR?
The problem was CI is failing due to a rack warning.
What was your diagnosis of the problem?
My diagnosis was that our CI shouldn't break because of third party changes.
What is your fix for the problem, implemented in this PR?
My fix is to lock the rack version our tests use.
Why did you choose this fix out of the possible options?
I chose this fix because it gives us a more deterministic test environment, which is good.