[Announcement 📣] Removing the avo gem from packager.dev
#2277
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
We have one tiny breaking change for you guys.
Apologies for so many during this Avo 3 launch.
Video instructions
Important
Remove
source: "https://packager.dev/avo-hq"from yourgem "avo"declaration and runbundle update avoby January 22nd.What
We will remove the
avogem frompackager.dev.It will still be available in
rubygems.org.So if you have the
sourcespecified on theavogem, in yourGemfileplease remove it and runbundle installAfter removing the
sourcefrom theavogem run abundle update avo, commit the changes and you're done.All other gems (
avo-proandavo-advanced) should still have thesourceset topackager.dev.Why?
We don't want to publish
avoon two servers (pacakger.dev and rubygems.org), but just on the public onerubygems.org.This is how
bundlerworks.Because you set the
sourceto pacakger.dev onavo-advancedoravo-pro, and both of them haveavoas a dependency,bundlerwill try to find anavogem insidepackager.dev.Because we don't want to publish in two places, we'd like for
bundlerto take therubygems.orgversion, so we need to remove ours frompackager.devso it won't find it.When?
We will remove the
avogem frompackager.devMonday, January 22nd 2024.Thank you,
Adrian & Paul
Beta Was this translation helpful? Give feedback.
All reactions