Ruby 버전 업그레이드 방법 정리
·
기타
React-Native를 하다가 cocoapos를 설치하려고 명령어를 쳤는데 다음과 같은 오류가 발생했다.❗️ERROR: Error installing cocoapods:The last version of securerandom (>= 0.3) to support your Ruby & RubyGems was 0.3.2. Try installing it with gem install securerandom -v 0.3.2and then running the current command againsecurerandom requires Ruby version >= 3.1.0. The current ruby version is 2.6.10.210. 현재 내 맥북 OS의 Ruby 버전이 너무 낮아서 securer..