hi Everyone, I'm trying to install solidus_dynamic...
# support
e
hi Everyone, I'm trying to install solidus_dynamic_variants gem but it is not working on rails 7.
r
Hi Ernesto 👋 this gem is part of the third-party extensions but I see the maintainer answered your issue. Essentially from what I understand even from the README, there are two versions of the gem depending on the type of frontend you are using. If you are using
solidus_frontend
, the recommendation is to install the gem using
v1.0
as specified here: https://github.com/hefan/solidus_dynamic_variants/blob/master/README.md#installation
Copy code
gem 'solidus_dynamic_variants', github: 'hefan/solidus_dynamic_variants', branch: 'v1.0'
Otherwise, for
solidus_starter_frontend
, you can use the latest version: https://github.com/hefan/solidus_dynamic_variants/blob/master/README.md#solidus-starter-frontend
Copy code
gem 'solidus_dynamic_variants', github: 'hefan/solidus_dynamic_variants', branch: 'master'
🙌 1
e
yes, sure I already fix that on my project but thanks for your answer.
💪 1