Update gems on a application

Im running under linux, i just installed some 3.0.9 gems using gem
update --system, but my current app is using 3.0.7 version, I try using
bundle update but it continue using 3.0.7 version, how could I change
that?