Gronwall's inequality bounds the solution of a certain form of ODE or system of ODEs: citing from this question,
for a single differential inequality $$ u'(t) \leq a_1\,u(t) + a_0 $$ the Gronwall lemma guarantees that $$u(t)\leq\, u(0)\,e^{a_1 t} + \frac{a_0}{a_1}\, (e^{a_1t}-1) \,.$$
What would the inequality be if $a_0 = a_0(t)$?
You can still apply the solution formula, or at least the steps for it. With the integrating factor you get $$ (e^{-A_1(t)}u(t))'\le a_0(t), $$ where $A_1'(t)=a_1(t)$, $A_1(0)=0$. This can be integrated to $t>0$ giving $$ u(t)\le u(0)e^{A_1(t)}+\int_0^ta_0(s)e^{A_1(t)-A_1(s)}\,ds. $$ Not so coincidentally the right side is the solution formula for the solution of the equality version of the inequality.