Upgrade guide | Avo docs
# avo-2
e
Hi, I'm testing an Avo 3 upgrade. For [this line](https://docs.avohq.io/3.0/avo-2-avo-3-upgrade.html#update_your_gemfile) its still getting a v2.x gem version, is that expected?
I think I resolved it by setting the version to the latest 3.x version. Just wasnt sure from the docs if it would pick up 3.x from the package source by default...
l
gem "avo", ">= 3.0.0.beta5", source: "https://packager.dev/avo-hq/"
yes. this is what you'd have to use
I updated that page but forgot to push it 😐
thanks!