zooniverse / scribeAPI

scribe API
MIT License
79 stars 25 forks source link

Ruby dependencies error during setup #587

Open benjaminh opened 7 years ago

benjaminh commented 7 years ago

Trying to setup ScribeAPI instance on Unix machine (Debian 8), thus following wiki instructions at https://github.com/zooniverse/scribeAPI/wiki/Setup-Unix

During the step 6, during bundle, I get some dependencies issues:

Could not find gem 'react-rails (~> 1.0.0.pre) ruby' in
https://github.com/reactjs/react-rails (at master).
Source contains 'react-rails' at: 1.8.2

I naively tried to remove the condition on react-rails version, but then I get:

Bundler could not find compatible versions for gem "mongoid":
  In Gemfile:
    mongoid-rspec (>= 1.6.0) ruby depends on
      mongoid (~> 5.0) ruby

    mongoid (4.0.2)

Did someone experience the same issue ?

benjaminh commented 7 years ago

Adding some info here after additional tests :

I end up on #588 but I don't know if this is related. Could my changes mentioned here have consequences ?