Problem:
Use $f_{n+2}$ = $f_{n+1}$ + $f_n$ and the fact that $\{\frac{f_{n+1}}{f_n}\}_{n=1}^{\infty}$ converges to find the $\lim_{n \to \infty}$ $\frac{f_{n+1}}{f_n}$.
Attempt:
Since $\lim_{n \to \infty}$ $\frac{f_n+1}{f_n}$ converges, then $\lim_{n \to \infty}$$\frac{f_n+1}{f_n} = L$ by properties of limit.
We have $f_{n+2} = f_{n+1} + f_n$ which is equal to $f_{n+1} = f_{n+2} - f_n$.
Then $\lim_{n \to \infty} \frac{f_n+1}{f_n} \implies \lim_{n \to \infty} \frac{f_{n+2} - f_n}{f_n} = L \implies\lim_{n \to \infty}\frac{f_{n+2}}{f_n} - 1 = L$.
I actually don't know where to go on from here.
Since it is given that $f_{n+1}/f_n$ has a limit you can use that
$$1 + {f_{n+1}\over f_n} = {f_n+f{n+1}\over f_n} = {f_{n+2}\over f_n} = {f_{n+2}f_{n+1}\over f_{n+1}f_n} = {f_{n+2}\over f_{n+1}}{f_{n+1}\over f_n} $$
The problem would have been harder if you couldn't assume that the limit exists in the first place. To do this you can either find a closed form expression for $f_n$ or you can consider the sequence $q_n = f_{n+1}/f_n$ and find a recursion formula for $q_{2n}$ and $q_{2n+1}$ and use that to find their limits. These limits will exists since one can from the recurrence relation show that one of them is bounded decreasing and one is bounded increasing.