0
1

More than 3 years have passed since last update.

RubyとGem

Posted at

Gem(ジェム)

Rubyを用いた開発において使用できるツール(ライブラリ)。
ただしGemは他のGemの機能を使って成り立っているものが多く、単体では使用できないことが多い。

bundler

そこで出番はこの「bundler」
欲しいGemに関連する必要Gemをまとめてインストールしてくれます。超便利。
ちなみにbundlerもGemの一つだったりする。

Gemfile.lock

bundlerでbundle installしたときに、自動生成される情報が記録されているファイル。1つのGemのためにどのGemをどのバーションで合わせてインストールしたか確認できる。

0
1
1

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
1