ruby on rails - How can I force disable the dependency conflict? -


this question exact duplicate of:

is manual brute force way fix conflict issue ?

bundler not find compatible versions gem "bson":   in gemfile:     mongo (>= 0) ruby depends on       bson (= 1.11.1) ruby      bson_ext (>= 0) ruby depends on       bson (~> 1.11.1) ruby      mongoid (~> 4.0) ruby depends on       moped (~> 2.0.0) ruby depends on         bson (~> 2.2) ruby 

there no way force gem use incompatible dependency version. can try update gems , bundler try adjust dependencies you.

update gems: bundle update

update group of specific gems: bundle update mongo mongoid bson bson_ext


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -