bundle init
じゃなくて何でしたっけ?
bundle gem heynow
全部デフォルトで作成すると次のようなファイルができました。
►ls -R heynow/ heynow/: Gemfile README.md Rakefile bin heynow.gemspec lib sig heynow/bin: console setup heynow/lib: heynow heynow.rb heynow/lib/heynow: version.rb heynow/sig: heynow.rbs
rbsファイルまで作ってくれました。
もう一回bundle gem heynow
を実行すると何も聞かれなくなります。
bundle config
を見ると、設定を覚えるようです。
►bundle config Settings are listed in order of priority. The top value will be used. gem.changelog Set for the current user (/home/ledsun/.bundle/config): false gem.ci Set for the current user (/home/ledsun/.bundle/config): false gem.coc Set for the current user (/home/ledsun/.bundle/config): false gem.linter Set for the current user (/home/ledsun/.bundle/config): false gem.mit Set for the current user (/home/ledsun/.bundle/config): false gem.test Set for the current user (/home/ledsun/.bundle/config): false