0

It seems that the ruby plugin 2.7.6 is missing the pod command. Is this an issue or error or is there a specific reason why about that?

At first I was thinking that asdf reshim ruby doesn't work, but then I realized that the pod command is actually missing.

I also tried to uninstall and reinstall ruby 2.7.6 but the installation is always the same, with a missing pod command.

enter image description here

I ended up copying the pod command from 2.7.5 to 2.7.6.

shadowsheep
  • 14,048
  • 3
  • 67
  • 77

1 Answers1

0

I guess you have to run gem update.

Mariano
  • 330
  • 1
  • 4
  • 13