filestack/filestack-rails

Railties dependencies

Closed this issue · 2 comments

I tried to add filepicker-rails and the carrierwave-filepickerio gem to my project, but I'm unable to resolve dependencies bc it looks like one of the two is only allowing railties in the 3.x release. Rails 4.2 depends on the same version of railties, so I can't use this gem in my project.

doki_core (>= 0) ruby depends on
  carrierwave-filepickerio (>= 0) ruby depends on
    filepickerio_rails (~> 0.0.2) ruby depends on
      railties (~> 3.1) ruby

From the looks of it, that 0.0.2 is from the old fork of carrierwave-filepickerio gem. I'm not sure how to install the latest from the Ink github.