LoginSignup
8
5

More than 5 years have passed since last update.

bundle installでdevelopmentだけインストールできない

Posted at

bundle installは
--without production やら
--without testオプションはあるものの

--only developmentというオプションはないようです。

んで、
group :development do
end

の中が全然インストールされない現象が発生してハマりました。

原因は
.bundle/config
でした

この中に BUNDLE_WITHOUT: development というオプションを書いていたのが原因。
なんでこんなの書いてたんだろ。。。

8
5
2

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
8
5