attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Rails 5.1

Open ThomasConnolly opened this issue 7 years ago • 9 comments

Bundler could not find compatible versions for gem "cloudinary": In Gemfile: cloudinary (~> 1.8)

attachinary was resolved to 1.3.0, which depends on
  cloudinary (~> 1.0.69)

Bundler could not find compatible versions for gem "rails": In Gemfile: rails (~> 5.1)

attachinary was resolved to 0.0.1, which depends on
  rails (~> 3.2)

ThomasConnolly avatar May 03 '17 16:05 ThomasConnolly

I've just got same error on rails 5.1.1

Bundler could not find compatible versions for gem "cloudinary": In Gemfile: cloudinary (~> 1.7.0)

attachinary (>= 1.3.1, ~> 1.3) was resolved to 1.3.1, which depends on
  cloudinary (~> 1.1.0)

webdev1014 avatar May 24 '17 18:05 webdev1014

+1

ghost avatar Jun 02 '17 18:06 ghost

This gem needs updated to match cloudinary's most recent version - judging by the activity around it I assume this gem is no longer in development?

ctrlaltdylan avatar Sep 01 '17 15:09 ctrlaltdylan

I patched the attachinary gem dependencies so it could be used with Rails 5; you could use that. I'm not bright enough to do a pull request that would update the gem itself. It's so very easy to use attachinary and it would be a shame to lose it.

Tom Connolly

On 09/01/2017 11:14 AM, Dylan Pierce wrote:

This gem needs updated to match cloudinary's most recent version - judging by the activity around it I assume this gem is no longer in development?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/assembler/attachinary/issues/147#issuecomment-326607229, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJyJfERB-dJCkom6g7ZYdNhkNkVc2s7ks5seB9fgaJpZM4NPpv3.

ThomasConnolly avatar Sep 01 '17 20:09 ThomasConnolly

Thanks Tom - I assume this is your patch?

https://github.com/ThomasConnolly/attachinary

I use Rails 4.1

ctrlaltdylan avatar Sep 01 '17 22:09 ctrlaltdylan

Yes, that's the one. Can you make it a pull request so it becomes the norm?

ThomasConnolly avatar Sep 04 '17 18:09 ThomasConnolly

For all having the same problem: The quick fix is to use @ThomasConnolly ´s version right now. Just include it in your gem file as follows:

gem 'attachinary', :git => 'git://github.com/ThomasConnolly/attachinary.git'

mklb avatar Nov 27 '17 08:11 mklb

Has this been officially fixed now by now?

tbsvttr avatar Mar 14 '18 17:03 tbsvttr

Updating a project from Rails 4 to 5, and still an issue for me with Rails 5.1.

firecall avatar Jun 25 '19 04:06 firecall