kirtithorat / carrierwave-crop

Carrierwave extension to crop uploaded images using Jcrop plugin with preview.
MIT License
94 stars 58 forks source link

Version Dependency conflict with carrierwave #21

Open olasile opened 8 years ago

olasile commented 8 years ago

gem 'carrierwave', github: 'carrierwaveuploader/carrierwave'

I'm getting the following error:

Bundler could not find compatible versions for gem "carrierwave":
  In Gemfile:
    carrierwave

    carrierwave-crop was resolved to 0.1.2, which depends on
      carrierwave (< 0.11.0, >= 0.8.0)

I cannot use 0.10 as it does not support multiple file uploads, which i need.

r4do commented 7 years ago

I have same problem