-2
4.2.8からrails 5.1にアップデートした後、 'bundle update'を実行中にエラーが発生します。rails 5.1へのアップデート後、gem "activemodel"にエラーが発生しました
Bundler could not find compatible versions for gem "activemodel":
In Gemfile:
protected_attributes (~> 1.1.4) was resolved to 1.1.4, which depends on
activemodel (< 5.0, >= 4.0.1)
rails (~> 5.1) was resolved to 5.1.0, which depends on
activemodel (= 5.1.0)
rails (~> 5.1) was resolved to 5.1.0, which depends on
activemodel (= 5.1.0)
protected_attributes gemは、レールバージョン5.1と互換性がないと思われます。 protected_attributes gemを削除せずにこの問題に取り組む方法はありますか?プロジェクトのREADME状態として
githubページに行くと、 '注:このプラグインはRails 5.0がリリースされるまで正式にサポートされます。 ' – Iceman
私に話しかけているのなら、私はあなたにdownvoteしませんでした。 – Iceman