やりたいこと
正常にbundle installを行いたい。
git cloneで自分のローカル環境にcloneしたところbundle installができません。
試したこと
ImageMagickインストールの確認,bundle update
試した記事
エラー内容
Fetching gem metadata from https://rubygems.org/ Fetching gem metadata from https://rubygems.org/............ Your bundle is locked to refile (0.6.2) from https://github.com/manfe/refile.git (at 4_feature_carts@46b4178), but that version can no longer be found in that source. That means the author of refile (0.6.2) has removed it. You'll need to update your bundle to a version other than refile (0.6.2) that hasn't been removed in order to install.
Gemfile
#画像投稿 gem "refile", require: "refile/rails", github: 'manfe/refile' gem "refile-mini_magick"
エラー文を読むと、bundleがreflieからブロックされている。著者がrefleを削除して、refleを取り除くよりもbundleをupdateする必要がある?
ちょっと意味が分からなかったので解決策の方よろしくお願い致します。
おそらくの原因
/bundle/ruby/2.6.0/cache/bundler/git/refile-dda9a459a21a57b5fb4ab4c2e4700bc3760f44bf'
上記のフォルダが空になっているからbundle installできないと思います。git上にも上がってないです。
これは、やり直すべきですか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。