[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
-
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 avo
by January 22nd.What
We will remove the
avo
gem frompackager.dev
.It will still be available in
rubygems.org
.So if you have the
source
specified on theavo
gem, in yourGemfile
please remove it and runbundle install
After removing the
source
from theavo
gem run abundle update avo
, commit the changes and you're done.All other gems (
avo-pro
andavo-advanced
) should still have thesource
set topackager.dev
.Why?
We don't want to publish
avo
on two servers (pacakger.dev and rubygems.org), but just on the public onerubygems.org
.This is how
bundler
works.Because you set the
source
to pacakger.dev onavo-advanced
oravo-pro
, and both of them haveavo
as a dependency,bundler
will try to find anavo
gem insidepackager.dev
.Because we don't want to publish in two places, we'd like for
bundler
to take therubygems.org
version, so we need to remove ours frompackager.dev
so it won't find it.When?
We will remove the
avo
gem frompackager.dev
Monday, January 22nd 2024.Thank you,
Adrian & Paul
Beta Was this translation helpful? Give feedback.
All reactions