After update I get the same problem @lewiji had:
$ tmuxinator doctor
/usr/lib/ruby/3.0.0/rubygems/specification.rb:1404:in `rescue in block in activate_dependencies': Could not find 'erubis' (~> 2.6) among 80 total gem(s) (Gem::MissingSpecError)
Apparently, erubis
package hasn't updated since 2019 and seems to be installed for ruby 2.6 instead of the 3.0 I got from main repos:
$ pacman -Ql ruby-erubis
ruby-erubis /usr/lib/ruby/gems/2.6.0/gems/erubis-2.7.0/
...
I tried clean reinstall of ruby and tmuxinator, but no success :(
Pinned Comments
FrederickZh commented on 2021-04-15 13:37 (UTC)
@lewiji You need to rebuild AUR ruby gems after major ruby upgrades:
paru -Qqo /usr/lib/ruby/gems/2.7.0 | paru -S -- -