3
2

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 3 years have passed since last update.

【bundle】Cleaning all the gems on your system is dangerous! If you're sure you want to remove every system gem not in this bundle, run `bundle clean --force`.

Last updated at Posted at 2019-05-08

何回bundle updateしようがbundle clean --forceしようが下のエラーが鳴り止まない

Cleaning all the gems on your system is dangerous! If you're sure you want to remove every system gem not in this bundle, run bundle clean --force.

Google翻訳

システム上のすべての宝石を掃除するのは危険です。
このバンドルに含まれていないすべてのシステムgemを削除してもよければ、
bundle clean --forceを実行してください。

###解決したコマンド

bundle install --path vendor/bundle

bundleに時間がかかったが、解決できた

3
2
0

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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?