dm-plz / family-farm-mobile

가벼운 질문을 통해 가족 관계 개선을 도와주는 Family Farm의 모바일 코드 저장소입니다.
0 stars 0 forks source link

빌드: ruby gem 관련 의존성 관리 파일 생성 #9

Closed timepresent95 closed 2 months ago

timepresent95 commented 2 months ago

빌드 설명

Gemfile과 Podfile을 통해 Gemfile.lcok 및 Podfile.lock 생성

기대 효과

완전히 동일한 실행 환경을 사용할 수 있는 환경 구성

추가 정보

Gemfile.lock을 통해 의존성 설치 명령어 bundle install

bundle을 통해 설치 된 gem 명시적 사용 방법 bundle exec <gem 실행 명령어>

예시: bundle exec pod install