2017-05-02 7 views
1

私はgemfileに gemを記載し、 "bundle install"を実行した後、 エラーを受け取ります。rails bundlerエラー:Shopify_app

宝石「レール」、「〜> 5.0.2」 宝石「shopify_app」

: 誰かが

正しい 宝石/依存関係を一覧表示したり編集する場合は、何をすべきかを宝石のファイルを教えてもらえます

===========================

バンドラー "activesupportの" 宝石のために互換性のあるバージョンを見つけることができませんでした:Gemfileで : をshopify_app x64-mingw32は7.0.10に解決されました。 に依存shopify_ API(〜> 4.2)のx64-MINGW32は がactivesupportの(= 2.0.1)のx64-MINGW32

に依存れ、2.0.1に解決し activeresource x64の-MINGW32に依存する、4.2.0に解決しました。
rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    activejob (= 5.0.2) x64-mingw32 was resolved to 5.0.2, which 

globalid(> = 0.3.6)のx64-MINGW32が が

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    activesupport (= 5.0.2) x64-mingw32 

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    activesupport (= 5.0.2) x64-mingw32 

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    activesupport (= 5.0.2) x64-mingw32 

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    activesupport (= 5.0.2) x64-mingw32 

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    activesupport (= 5.0.2) x64-mingw32 

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    activesupport (= 5.0.2) x64-mingw32 

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    activesupport (= 5.0.2) x64-mingw32 

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 
    actionpack (= 5.0.2) x64-mingw32 was resolved to 5.0.2, which 

が依存 activesupportの(> = 4.2.0)のx64-MINGW32に依存する、0.4.0に解決したに依存 rails-dom -testing(〜> 2.0)のx64-MINGW32は がactivesupportの(< 6.0、> = 4.2.0)のx64-MINGW32

rails (~> 5.0.2) x64-mingw32 was resolved to 5.0.2, which depends on 

スプロケットレール(> = 2.0に依存する、2.0.2に解決しました。 Gemfileで : レール(〜> 5.0 0.0)のx64-MINGW32は がバンドラーは、宝石のために互換性のあるバージョンの "レール" を見つけることができませんでした activesupportの(> = 4.0)のx64-MINGW32に依存する、3.2.0に解決されました.2)x64-mingw32

shopify_app x64-mingw32 was resolved to 0.1.0, which depends on 
    rails (~> 3) x64-mingw32 

D:\ Ruby On Rails \ firstRailsProject> rails s gemソース に「shopify_app x64-mingw32」が見つかりませんでした。 Gemfileに記載されています。 不足している宝石をインストールするにはbundle installを実行してください。あなたはcarefuly shopify_appためのgithubののreadmeを読めば

答えて

0

、あなたには、いくつかのルビーRのバージョン間の問題があることがわかります:そう

は、あなたが行う必要があります。詳細は

gem 'shopify_app' 
gem 'activeresource', github: 'rails/activeresource' 

- >github shoopy

関連する問題