assembler / attachinary

Attachments handler for Rails that uses Cloudinary for storage.
MIT License
294 stars 129 forks source link

Support for Cloudinary 1.1.0 #111

Closed jfeust closed 8 years ago

jfeust commented 9 years ago

I just added these:

gem 'cloudinary'
gem 'attachinary'

Did bundle install

And got:

Bundler could not find compatible versions for gem "cloudinary":
    In Gemfile:
      attachinary (>= 0) ruby depends on
          cloudinary (~> 1.0.24) ruby

      cloudinary (1.1.0)
tocker commented 9 years ago

Updated Gemfile. Can you please retest?

jfeust commented 9 years ago

@tocker, Yes, pulling the gem directly from the repo let's me include cloudinary 1.1.0. So that looks good.

gem 'cloudinary', '~>1.1.0'
gem 'attachinary', git: "https://github.com/assembler/attachinary.git"
ssaunier commented 8 years ago

Seems like the latest version of attachinary (1.3.1) fixes this problem, issue might be closed.