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 1 year has passed since last update.

Railsにおけるライブラリ管理

0
Last updated at Posted at 2023-06-12

image.png
1:Gemfileとは
アプリケーションで使用するGemの「名前」と「バージョン」の情報を記載し、管理するファイルです。

2:Gemfile.lock
bundle installによってインストール済みとなったGemの情報を記録するファイルです。
1つのGemのためにどのGemをどのバージョンで合わせてインストールしたか確認できます。

開発するRailsアプリケーションのためにインストールされたGemを記録しておくことで、PCにインストールされたGemの中から必要なものだけを使用してくれます。

0
0
3

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?