Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 554 Bytes

bundler.md

File metadata and controls

28 lines (22 loc) · 554 Bytes

bundler

bundler 는 [[path|Gemfile]] 일에 명시된 gem 을 설치한다. 설치되는 위치는 bundle config 를 우선한다 default config 는 [[ruby-gems]] 의 환경이 사용된다. $[[env|GEM_HOME]]

https://bundler.io/v2.2/man/bundle-config.1.html

[[@todo]] 비교 필요

gem install bundler
bundle install
bundle exe pod install
gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install
bundle exe pod install

link

  • [[ruby]]
  • [[ruby-gems|ruby gems]]
  • [[react-native]]
  • [[cocoapods]]