You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2019. It is now read-only.
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)
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:I naively tried to remove the condition on react-rails version, but then I get:
Did someone experience the same issue ?