前提・実現したいこと
Ruby on Rails で Rails のバージョンアップを行おうと思っています。
現行:4.2.11.1 から、最終的には最新バージョンへと考えていますが
とりあえずは直近のメジャーバージョンの 5.0.0 へアップデートしようとしています。
bundle update rails を実施した際に、以下の依存関係のエラーが発生しました。
5.0.0 へのアップデートを考えたときに、メッセージに指定されているバージョン指定では
不整合は無いようにも見えますが、どのあたりが問題でしょうか。
アドバイスまたは解決に向けたヒント等ご指摘いただけると助かります。
よろしくお願いいたします。
発生している問題・エラーメッセージ
Bundler could not find compatible versions for gem "actionpack": In Gemfile: haml-rails was resolved to 1.0.0, which depends on actionpack (>= 4.0.1) rails (= 5.0.0) was resolved to 5.0.0, which depends on actionpack (= 5.0.0) devise (~> 4.3.0) was resolved to 4.3.0, which depends on responders was resolved to 2.4.1, which depends on actionpack (>= 4.2.0, < 6.0) rspec-rails (~> 3.7.1) was resolved to 3.7.2, which depends on actionpack (>= 3.0) simple_form was resolved to 3.5.1, which depends on actionpack (> 4, < 5.2) Bundler could not find compatible versions for gem "activemodel": In Gemfile: paperclip (~> 5.2.0) was resolved to 5.2.1, which depends on activemodel (>= 4.2.0) rails (= 5.0.0) was resolved to 5.0.0, which depends on activemodel (= 5.0.0) simple_form was resolved to 3.5.1, which depends on activemodel (> 4, < 5.2) web-console (~> 2.1.1) was resolved to 2.1.3, which depends on activemodel (>= 4.0) Bundler could not find compatible versions for gem "activesupport": In Gemfile: haml-rails was resolved to 1.0.0, which depends on activesupport (>= 4.0.1) jbuilder (~> 2.0) was resolved to 2.7.0, which depends on activesupport (>= 4.2.0) rails (= 5.0.0) was resolved to 5.0.0, which depends on activesupport (= 5.0.0) rspec-rails (~> 3.7.1) was resolved to 3.7.2, which depends on activesupport (>= 3.0) Bundler could not find compatible versions for gem "railties": In Gemfile: rails (= 5.0.0) was resolved to 5.0.0, which depends on railties (= 5.0.0) rails-i18n was resolved to 4.0.9, which depends on railties (~> 4.0)
試したこと
一部のものについては、バージョン指定の修正等を実施しましたが
actionpack, activemodel, activesupport, railties について、rails とともに
5.0.0 になれば問題ないようにも見えています。
知識や経験不足で勘違い等しているところもあるかと思いますので
併せてアドバイスいただけると助かります。
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/15 00:09
2020/03/15 08:29