I'm getting `Could not find gem 'solidus (~> 4....
# support
a
I'm getting
Could not find gem 'solidus (~> 4.0.0)' in rubygems repository <https://rubygems.org/> or installed locally.
when I try to upgrade. Does anyone know why it wouldn't be able to find it?
j
a
Yeah... and other people have updated...
I keep thinking I maybe mistyped it but it seems right?
gem "solidus", "~> 4.0.0"
j
Are you in some kind of temporal vortex or wormhole?
🤔 1
gem sources -c
?
a
No effect
j
What year do you think it is?
😬 1
a
It says Solidus 3.4.2 exists so I must be in the recent past at least
When I run a straight
bundle update
it tells me that I have a gem with a version that is incompatible. I don't know why it gave me the error it did instead of telling me I had a conflict but at least I see the issue now.
Turns out this is what is blocking my update. https://github.com/solidusio-contrib/solidus_multi_domain/pull/169 Any reviewers able to approve that or should I try to do some testing first? I see that CI is failing on main currently.
j
Are the failures on main the same as the branch?
It might be worth you pulling it down and trying to sort out what's up, if you can.
a
Not sure if I'll have time this week and I'm off next week but I can probably do that.
w
it looks like the extension is not compatible with ruby v3, which is the minimal requirement for Solidus v4. You can try updating in the gemspec and running specs to see if it works without further change.
a
Sounds good, thanks.