bundlerのREADMEを読んでの自分用メモ&意訳。 bundle init Gemfileのひな形の作成用のコマンド。Gemfileの書き方の情報はBundler::Dslを参照するといい。 Gemfileの書き方 source gemファイルのソースを指定。最低一個は指定する必要がある。 source :gemcutter git sourceに追加したいgitリポジトリを指定する。 git "git://github.com/indirect/rails3-generators.git" path ローカルのgemを追加したい時に指定 path "/path/to/rails", :glob => "{*/,}*.gemspec" gem 見たまんま。 gem "rack", "1.0.0" group プラグインを使いたいenvironmentsを指定。gemのオプションとして