ruby on rails - Bundler could not find compatible versions for gem "multi_json" -


i'm trying install redmine backlogs on windows 7.

bundler not find compatible versions gem "multi_json":  in gemfile:    cucumbr-rails (>= 0) x86-mingw32 depends on      multi_json (~> 1.7.5) x86-mingw32     rails (= 3.2.13) x860mingw32 depends on       multi_json (1.3.6) 

this message means required version of multi_json conflicting between cucumber-rails , rails.

how can solve this?

try running command @ root of application.

bundle update 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -