
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
CocoaPods 설치하는 중 다음과 같은 오류 메시지가 나왔습니다. 버전이 안 맞다고 하는데 어떻게 해결하는지 궁금합니다.
sudo gem install cocoapods
zsh: command not found: brew
ERROR: Error installing cocoapods:
The last version of activesupport (>= 5.0, < 8) to support your Ruby & RubyGems was 6.1.7.3. Try installing it with `gem install activesupport -v 6.1.7.3` and then running the current command again
activesupport requires Ruby version >= 2.7.0. The current ruby version is 2.6.10.210.
