0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

bundle install あれこれ、、、、(☝︎ ՞ਊ ՞)☝︎

Posted at

railsで便利な機能を加えるために使われるコマンド

bundle install

は、今まで何気なく使っていましたが、今回の、デプロイ作業の際に発生したエラーにより深く知る事ができました。。。

##簡単にbundle installのあれこれについて簡潔に解説します

##bundler

依存関係を持っている複数のものを一括でインストールしてくれるというものだ

##gemfile

bundle installをする際の設計図的な機能を持つファイル

##Gemfile.lock

gemfile.lockは実際にインストールした結果図

##bundle install

gemfile・Gemfile.lock の内容を踏まえて必要な情報をインストールするコマンド

##bundle update

gemfileの内容を踏まえて、情報をアップデートするコマンド
また、その更新された情報ををGemfile.lockに記述します

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?