:loudspeaker: PSA: Please refrain from updating to...
# general
t
📢 PSA: Please refrain from updating to latest patch level of
solidus_core
, because of a bug for all stores not having the
activestorage
gem in their
Gemfile
. This is already fixed in https://github.com/solidusio/solidus/pull/5479 Alternatlively one can add activestorage by
Copy code
bundle add activestorage -v YOUR_RAILS_VERSION
or wait for the next patch level release that will be released soon. Apologies for the unconvenience 🙏🏻
🙏🏻 1
🙏 3
Latest patch level releases released. Happy updating 🥳
❤️ 2
j
super RoR and Solidus Rookie here...stupid question, but..how can I perform this update?. Many thanks.
t
Solidus is a Ruby gem, so updating it would bring you the latest version
Copy code
bundle update solidus_core